node-canvas-api icon indicating copy to clipboard operation
node-canvas-api copied to clipboard

Access the Canvas API using Node.js. 54 functions (and counting)! Pull requests are welcome and appreciated.

Results 3 node-canvas-api issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) to 5.17.1 and updates ancestor dependency [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser). These dependencies need to be updated together. Updates `terser` from 3.7.6 to 5.17.1 Changelog Sourced from terser's changelog. v5.17.1 Fix evaluating...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist), [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Current rate-limiting is static, relying on https://www.npmjs.com/package/bottleneck, instead of dynamically throttling depending on the[ X-Rate-Limit-Remaining header on the response](https://community.canvaslms.com/t5/Developers-Group/API-Rate-Limiting/ba-p/255845#:~:text=tl%3Bdr%20The%20API%20is,requests%20with%20the%20same%20token.). Implementing proper rate-limiting will: 1) Improve performance, potentially dramatically. 2) Reduce...