Skip to content

Commit

Permalink
Require Node.js 10
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 21, 2020
1 parent 68b9a4d commit a5feafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ language: node_js
node_js:
- '12'
- '10'
- '8'
- '6'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "imagemin/imagemin-gifsicle",
"funding": "https://github.com/imagemin/imagemin-gifsicle?sponsor=1",
"engines": {
"node": ">=6"
"node": ">=10"
},
"scripts": {
"test": "xo && ava"
Expand Down
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

> Imagemin plugin for [Gifsicle](https://www.lcdf.org/gifsicle/)

## Install

```
$ npm install imagemin-gifsicle
```


## Usage

```js
Expand All @@ -27,7 +25,6 @@ const imageminGifsicle = require('imagemin-gifsicle');
})();
```


## API

### imageminGifsicle(options?)(buffer)
Expand All @@ -40,14 +37,14 @@ Type: `object`

##### interlaced

Type: `boolean`<br>
Type: `boolean`\
Default: `false`

Interlace gif for progressive rendering.

##### optimizationLevel

Type: `number`<br>
Type: `number`\
Default: `1`

Select an optimization level between `1` and `3`.
Expand Down

0 comments on commit a5feafd

Please sign in to comment.