Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 925 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 925 Bytes

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