Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 437 Bytes

pngcrush-installer

An NPM-based installer for pngcrush.

#Usage

When installed on a project, pngcrush-installer places the appropriate binary in the relative bin path to the project.

Example:

./node_modules/pngcrush-installer/bin/pngcrush

Should call the pngcrush binary.

This can be accessed if requiring the module within your project by calling

require( 'pngcrush-installer' ).getBinPath()