Skip to content

silent-dxx/typst-color-emoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Draw color emoji in Typst.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published