thumbor

0.1.5 • Public • Published

ThumborUrlBuilder

Thumbor client for Node JS

Combination of

Neither of these repos are updating anymore so we are maintaining our own

Usage

# Install thumbor module 
 
npm install thumbor
// Declare thumbor-url-builder in JS
// Your encryption key is not required, but your link will be unsafe.
 
var Thumbor = require('thumbor');
var thumbor  = new Thumbor('MY_KEY', 'http://myserver.thumbor.com');
 
// Generate your url :
 
var thumborUrl = thumbor.setImagePath('00223lsvrnzeaf42.png').resize(50,50).buildUrl();

Readme

Keywords

none

Package Sidebar

Install

npm i thumbor

Weekly Downloads

1,642

Version

0.1.5

License

MIT

Last publish

Collaborators

  • anthonysessa
  • ellell