tinify-nodejs
tinify-nodejs copied to clipboard
Node.js client for the Tinify API.
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Hello Team. I finally found your awesome solution so I tried to implement the solution to upload to S3. ``` tinifyResult.store({ service: "s3", aws_access_key_id: this.accessKeyId, aws_secret_access_key: this.secretAccessKey, region: this.region, path:...
How do I get the details of the compressed image before and after compression? For example, the size of the picture before and after compression, picture compression ratio, etc
I am receiving the warning below when launching my node app. It appears to be coming from the proxying-agent module which, in my app, is only a dependency of tinify....