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.
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/[email protected]/128x128_png32/1f9d0.png
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 |
Twemoji repository used is jdecked/twemoji.
Sources are the assets/svg
directory taken from latest release tag of the main
branch.
Twemoji graphics are licensed under Attribution 4.0 International.
Refer to https://github.com/jdecked/twemoji for more information about authors.