node-pureimage
node-pureimage copied to clipboard
Pure JS implementation of the HTML Canvas 2D drawing API
Bumps [file-type](https://github.com/sindresorhus/file-type) from 7.6.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...
Hi, I'm working on a image placeholder that run in cloudflare workers. I made it works with 2 modifications. One in index.js: replace `import {PNG} from "pngjs";` by `import {PNG}...
My example code: ``` const fnt = PImage.registerFont(__dirname + '/../../resources/Roboto-Light.ttf','Source Sans Pro'); fnt.load(() => { console.log('fnt',fnt); ctx.font = "32pt 'Source Sans Pro'"; ctx.fillText('foo', 550, 555); ``` fails with ``` TypeError:...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.1 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Breaking change (fix...
I wanted to get the PNG data as a buffer instead of a stream (because I am returning the data to the Loopback4 framework). Using the tests for inspiration, I...
Hi, this is less of an issue and more of a request. Is there any thoughts to integrating/interoperable with JIMP? Perhaps it is already possible however I see no references...
## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [x ] New feature (non-breaking change which adds functionality) - [ ] Breaking change...
Continuing the discussion from #81 I needed someplace to talk about some of the stuff I'm running into. So far it's just EsDoc and it's plugins are no longer maintained...