marp-team / marp-core

The core of Marp converter
MIT License
750 stars 127 forks source link

Use `@twemoji/api` package instead of `twemoji` #337

Closed yhatt closed 1 year ago

yhatt commented 1 year ago

Twemoji looks like no longer maintained by Twitter due to confusions brought by Elon's acquisition (#320).

The original author of Twemoji has forked the repository, and now releasing as @twemoji/api. It is also going to support Unicode 15 emojis that were left behind: https://github.com/jdecked/twemoji/issues/8

This PR changes to use @twemoji/api packages instead of twemoji. By this change, we are going to use an original base option provided by the package. (Reverse #321)