Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 328 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 328 Bytes

cycimg

Demo: https://horo-t.github.io/cycimg/sample.html

How to minify

$ java -jar ../closure-compiler/closure-compiler-v20170626.jar \
  --compilation_level ADVANCED \
  --js cycimg.js \
  --js_output_file cycimg_min.js \
  --rewrite_polyfills false