@blokehq/tinify
v1.0.4
Published
Node.js client for the Tinify API. Tinify compresses your images intelligently
Readme
Tinify API client for Node.js
Node.js client for the Tinify API, used for TinyPNG and TinyJPG. Tinify compresses your images intelligently. Read more at http://tinify.com.
Documentation
Go to the documentation for the Node.js client.
Installation
Install the API client:
npm install tinifyOr add this to your package.json:
{
"dependencies": {
"tinify": "*"
}
}Usage
const tinify = require("tinify");
tinify.key = "YOUR_API_KEY";
tinify.fromFile("unoptimized.png").toFile("optimized.png");Running tests
npm install
npm testIntegration tests
npm install
TINIFY_KEY=$YOUR_API_KEY npm run integrationLicense
This software is licensed under the MIT License. View the license.
