brunobar79 / J-I-C

J I C is a Javascript Image Compressor using HTML5 Canvas & File API that allows you to compress your jpeg & png images before uploading to the server (100% client-side and no extra libraries required!)
http://makeitsolutions.com/labs/jic/
MIT License
857 stars 196 forks source link

Adding AMD support #20

Closed booleanhunter closed 8 months ago

booleanhunter commented 9 years ago

I've added support for AMD in the minified as well as unminified versions, also the library used for the example.

Would really appreciate it if this change could be made, given that most libraries today like JQuery, ReactJS etc have AMD support for AMD loaders and bundlers like RequireJS, Webpack etc.

Thanks!

fkroockmann commented 8 years ago

:+1:

pbrain19 commented 8 years ago

:+1: resolve conflict and it will be merged.