/typst-color-emoji

Draw color emoji in Typst.

Primary LanguageTypstMIT LicenseMIT

Typst Color emoji

A simple library for drawing color emoji for Typst. Drawing using twemoji and openmoji open-source emoji libraries.

Getting Started

  1. import "typst-color-emoji"

    #import "typst-color-emoji/cm.typ"
  2. draw twemoji type emoji

    #cm.t("face.grin")
  3. draw openmoji type emoji

    #cm.o("face.grin")
  4. for more emoji, please refer to emoji

Simple Demo

The simple.typ example draws the following effect.

Manually update emoji

By default, emoji images may not be the latest. If there is a need, you can manually update the latest emoji images

./update-emoji