tinify
TypeScript icon, indicating that this package has built-in type declarations

1.7.1 • Public • Published

Build Status

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 tinify

Or 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 test

Integration tests

npm install
TINIFY_KEY=$YOUR_API_KEY npm run integration

License

This software is licensed under the MIT License. View the license.

Package Sidebar

Install

npm i tinify

Weekly Downloads

14,589

Version

1.7.1

License

MIT

Unpacked Size

216 kB

Total Files

20

Last publish

Collaborators

  • tinify