https://github.com/jdf2e/jdf-gif
A gifsicle wrapper for JDF
https://github.com/jdf2e/jdf-gif
Last synced: about 1 year ago
JSON representation
A gifsicle wrapper for JDF
- Host: GitHub
- URL: https://github.com/jdf2e/jdf-gif
- Owner: jdf2e
- Created: 2016-11-21T01:53:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-14T14:42:14.000Z (over 9 years ago)
- Last Synced: 2025-04-21T14:54:13.612Z (about 1 year ago)
- Language: JavaScript
- Size: 3.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[](https://nodei.co/npm/jdf-gif/)
[](http://badge.fury.io/js/jdf-gif) [](https://travis-ci.org/jdf2e/jdf-gif)
# jdf-gif
> A gifsicle wrapper for JDF
## Install
```
$ npm install --save jdf-gif
```
## Usage
```js
const {execFile} = require('child_process');
const gifsicle = require('jdf-gif');
execFile(gifsicle, ['-o', 'output.gif', 'input.gif'], err => {
console.log('Image minified!');
});
```
## CLI
```
$ npm install --global jdf-gif
```
```
$ jdf-gif --help
```