giffer-thumbnail
v1.2.0
Published
Creates thumbnails for Giffer
Downloads
4
Readme
giffer-thumbnail
Plugin for giffer to automatically generate thumbnails for downloaded GIFs.
Usage
Install plugin like this: giffer.plugin(require('giffer-thumbnail'), opts)
opts
can be:
outputDir
: where to save the thumbnail (name is the same)width
: absolute width in pixelsheight
: absolute height in pixelsresizeOpts
: as described here
Running the tests
npm test