osthumb
v0.0.1
Published
System-specific thumbnail generation
Downloads
3
Readme
osthumb
System-specific thumbnail generation.
Installation
$ npm install osthumb
API
var thumb = require('osthumb');
thumb(path, { width: 100, height: 100 }, function(err, path){
});
Options
width
max width [600]height
max height [600]type
output file type [png]
Support
- osx
License
MIT