skia-canvas-twemoji

0.2.0 • Public • Published

skia-canvas-twemoji

This is a module that is able to draw emoji on skia-canvas.

Quick Example

const { Canvas } = require('skia-canvas');
const { fillTextWithTwemoji } = require('@polestar/skia-canvas-twemoji');

async function main () {
    const canvas = new Canvas(200, 200);
    const context = canvas.getContext('2d');

    context.fillStyle = '#000000';
    context.font = '30px Arial';
    await fillTextWithTwemoji(context, 'emoji 🎀', 100, 100);
}

main();

Dependencies

Licence

skia-canvas-twemoji

Copyright (c) 2020-2021 cagpie / Shun Kobayashi cagpie@gmail.com, Polestar Labs labs@pollux.gg

Code licensed under the MIT License: http://opensource.org/licenses/MIT

Package Sidebar

Install

npm i skia-canvas-twemoji

Weekly Downloads

4

Version

0.2.0

License

MIT

Unpacked Size

9.05 kB

Total Files

9

Last publish

Collaborators

  • tsumari