imagemin / pngquant-bin

pngquant bin-wrapper that makes it seamlessly available as a local dependency
http://pngquant.org
Other
115 stars 95 forks source link

Fix execa import for CLI entrypoint #139

Closed corpulentcoffee closed 2 years ago

corpulentcoffee commented 2 years ago

Corrects the import for execa to allow the CLI entrypoint to work; compare to https://github.com/imagemin/pngquant-bin/blame/main/test.js#L6.

Fixes #138.