Skip to content

Automated PNG renders of latest Twemoji emoji set

License

Notifications You must be signed in to change notification settings

toine512/twemoji-bitmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitmap renders of Twemoji

Automated render of Twemoji SVG sources as PNG images, powered by GitHub Actions.
Twemoji repository is checked for a new release every day at 11:00 UTC.

Available renders

Downloads

Each target is zipped as part of the release.
You can also pick individual files browsing the main branch.

Files can be distributed through jsDelivr.
Latest:
https://cdn.jsdelivr.net/gh/toine512/twemoji-bitmaps@main/<target>/<file>
Specific version:
https://cdn.jsdelivr.net/gh/toine512/twemoji-bitmaps@<tag>/<target>/<file>
Examples:
https://cdn.jsdelivr.net/gh/toine512/twemoji-bitmaps@main/128x128_png32/1f382.png
https://cdn.jsdelivr.net/gh/toine512/twemoji-bitmaps@v14.1.2/128x128_png32/1f9d0.png

Targets

Folder name structure: <width>x<height>_<format>

<format> Description Background Lossy
png32 8 bit/channel RGBA PNG trans N
png8 Indexed PNG with 8 bit/channel adaptive RGB palette + 8 bit adaptive A palette trans Y

Sources

Twemoji repository used is jdecked/twemoji.
Sources are the assets/svg directory taken from latest release tag of the main branch.

Licensing

Twemoji graphics are licensed under Attribution 4.0 International.
Refer to https://github.com/jdecked/twemoji for more information about authors.