Skip to content

jaeh/imagemin-jimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagemin-jimp

use jimp to resize images.

NPM version Linux Build Status Windows Build Status Coverage Status Greenkeeper badge

install

npm install --save imagemin-jimp

usage

const jimpOptions = {
  width: 2000, // default max width
  height: 1000, // default max height
  grow: false, // pass true to make images larger than they are
}

imagemin(input, output, {
  plugins: [
    imageminJimp(jimpOptions),
  ],
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published