osthumb

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i osthumb

Weekly Downloads

3

Version

0.0.1

License

none

Last publish

Collaborators

  • tjholowaychuk