npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

osthumb

0.0.1

@tjholowaychuk

npmRepoSnykSocket
Downloads:1
$ npm install osthumb
DailyWeeklyMonthlyYearly

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