A simple library for drawing color emoji for Typst. Drawing using twemoji and openmoji open-source emoji libraries.
-
import "typst-color-emoji"
#import "typst-color-emoji/cm.typ"
-
draw twemoji type emoji
#cm.t("face.grin")
-
draw openmoji type emoji
#cm.o("face.grin")
-
for more emoji, please refer to emoji
The simple.typ example draws the following effect.
By default, emoji images may not be the latest. If there is a need, you can manually update the latest emoji images
./update-emoji