Skip to content

jdf2e/jdf-webp-png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM

NPM version Build Status

jdf-webp-png

A webp-png wrapper for JDF

Install

$ npm install --save jdf-webp-png

Usage

var execFile = require('child_process').execFile;
var cwebp = require('jdf-webp-png');

execFile(cwebp, ['input.png', '-o', 'output.webp'], function (err) {
	if (err) {
		throw err;
	}
	console.log('Image is converted!');
});

CLI

$ npm install --global jdf-webp-png
$ jdf-webp-png --help

About

A webp-png wrapper for JDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published