Wu-Wu / pngcrush-installer

An NPM-based installer for pngcrush.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

An NPM-based installer for pngcrush.


Languages

Language:JavaScript 100.0%