gluckgames / pixi-packer

Fast and flexible texture packer for PIXI.js
MIT License
40 stars 6 forks source link

Remove imagemin #4

Closed marekventur closed 9 years ago

marekventur commented 9 years ago

Get rid of imagemin (it pulled in too many dependencies and made npm install slower) and use pngquant and optipng directly.

Adds some tests around compression.