node-advpng

0.0.3 • Public • Published

node-advpng

advpng的node包装

Build

travis build status

Install

npm install node-advpng

Example usage

var execFile = require('child_process').execFile;
var advpng = require('node-advpng').path;
 
execFile(advpng, ['--version'], function(err, stdout, stderr) {
    console.log('advpng version:', stdout.match(/\d\.\d*/)[0]);
});

Package Sidebar

Install

npm i node-advpng

Weekly Downloads

5

Version

0.0.3

License

none

Last publish

Collaborators

  • colorhook