tinify-nodejs icon indicating copy to clipboard operation
tinify-nodejs copied to clipboard

Node.js client for the Tinify API.

Results 14 tinify-nodejs issues
Sort by recently updated
recently updated
newest added

Calling source.store on AWS S3 resolves likely before the ACL policy is set, resulting in a 403 error when accessing the image straight away Steps to replicate ``` const source...

I resized image from size 1600x1043 px via resize function of tinify but after resize the size size is 1600x1043 it's not resize image! My source code: ``` const resized...

When running my node.js server, on any machine, for the first time, it throws this error. I solved it on my laptop by uninstalling and installing the package again, but...

I am using tinyPNG within a node lambda function. I noticed that when running it locally things work as expected, however when deploying my lambda, store does not work but...

Hello, I am getting the following error within AWS Lambda. ``` 2021-09-06T05:46:28.634Z undefined ERROR Uncaught Exception {"errorType":"Error","errorMessage":"ENOENT: no such file or directory, open 'node_modules/tinify/lib/tinify/../data/cacert.pem'","code":"ENOENT","errno":-2,"syscall":"open","path":"node_modules/tinify/lib/tinify/../data/cacert.pem","stack":["Error: ENOENT: no such file or directory,...

How to get metadata of images, size before and after tinification are there any methods available on node.js API, I'm sorry I searched a lot but couldn't find useful resources....

any plans on supporting stream? buffer is cool, but what if I just don't want to load the whole file, and just want to stream it from my API to...

enhancement

I'm sorry I'm still using Node.js 4 because I have no time to upgrade Nodejs, a lot of tooling, testing..I need to make sure my production server working as usual....

This PR adds more specific types to the project for the `convert` function based upon the discussion in this issue: https://github.com/tinify/tinify-nodejs/issues/40

在vue3+nuxt3中无法使用require("tinify");导入 问下是否支持在vue3中使用 node版本18.1.0 报错如下 ![QQ截图20230521134728](https://github.com/tinify/tinify-nodejs/assets/53025758/be75c46d-ba1a-4201-b5ea-12badc71808b)