Skip to content

superole/gif2webp-bin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gif2webp-bin Build Status

WebP is a modern image format that provides superior lossless and lossy compression for images on the web. Using WebP, webmasters and web developers can create smaller, richer images that make the web faster.

Install

$ npm install --save gif2webp-bin

Usage

const {execFile} = require('child_process');
const gif2webp = require('gif2webp-bin');

execFile(gif2webp, ['input.gif', '-o', 'outout.webp'], () => {
	console.log('Image converted!');
});

CLI

$ npm install --global gif2webp-bin
$ gif2webp --help

License

MIT © Imagemin

About

gif2webp bin-wrapper that makes it seamlessly available as a local dependency

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%