ThumborUrlBuilder
Thumbor client for Node JS
Combination of
- https://github.com/dcaramelo/ThumborUrlBuilder crypt implementation
- https://github.com/rafaelcaricio/ThumborJS build command set
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 = ;var thumbor = 'MY_KEY' 'http://myserver.thumbor.com'; // Generate your url : var thumborUrl = thumbor;