cagpie / node-canvas-with-twemoji

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

Synchronous mode #25

Open mmontag opened 1 year ago

mmontag commented 1 year ago

The fillTextWithTwemoji function is async because it's downloading emoji on the fly.

Would be nice to preload a set of emoji, and then be able to draw synchronously. Hard to use in a complex loop or with animations where all the other draw calls are synchronous.