
You can choose a local file as the source and write it to another file.Ĭonst source = omFile( "unoptimized.webp") Compression will start as soon as you upload a Will automatically detect the type of image and optimise with the TinyPNG or You can upload any WebP, JPEG or PNG image to the Tinify API to compress it. Set the URL of your proxy server, which can optionally include credentials. You can instruct the API client to make all requests over an HTTP proxy. Always keep your API key secret! const tinify = require( "tinify") Īll requests will be made over an encrypted Get an API key by registering with your name andĮmail address. To use the API you must provide your API key. You can use the Node.js client by installing the npm packageĪnd adding it to your application’s dependencies: npm install -save tinify Languages make it very easy to interact with the Tinify API. The Tinify API allows you to compress and optimize WebP, JPEG and PNG images.
