cagpie / node-canvas-with-twemoji

Draw text with Twemoji on node-canvas
MIT License
33 stars 12 forks source link

Update package.json #14

Open maximedupre opened 2 years ago

maximedupre commented 2 years ago

Seems to work just fine with the latest deps versions according to some manual tests I did here: https://github.com/maximedupre/node-canvas-with-twemoji

cagpie commented 2 years ago

In node-canvas 2.9.x(, 2.8.x), I confirmed that the processing of Text of setTransform andscale is not as expected. https://github.com/cagpie/node-canvas-with-twemoji/issues/8

compare

Even with Automattic / node-canvas, the issue is also open. https://github.com/Automattic/node-canvas/issues/1544

Dependent module cannot be changed from 2.6 unless this can be resolved. 😢

cagpie commented 2 years ago

Please let me know if you get different drawing results in your environment.