Added aspect ratio module (#1454)

* Base file

* Added aspect ratio module

* Compatiable with Experimental GIF Manipulation

* some refactoring

* Changed the name from aspect-ratio to Constrained Crop

* cleanup

* Changes requested

* Added test module

Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com>
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
This commit is contained in:
Naman Aggarwal
2020-01-17 01:10:30 +05:30
committed by Jeffrey Warren
parent 5ae545904d
commit 2736b481a4
5 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
module.exports = [
require('./Module'),
require('./info.json')
];