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