1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-11-16 20:25:58 +00:00
twemoji/v/README.md
Alan Velasco b530b7cfbb Make gh-pages be used only for hosting our built assets (#362)
* Removing files that are not needed

* Update the Twemoji project and push to gh-pages-new

* Update the Twemoji project and push to gh-pages-new

* Remove nested dist folder

* Further remove unnecessary files

* Include a README for gh-pages

* Create v/ directory to store versioned releases

* Update the Twemoji project and push to gh-pages-new
2019-07-01 14:15:49 -07:00

12 lines
1.2 KiB
Markdown

# Twitter Emoji (Twemoji)
This branch hosts the built assets for Twemoji, and the folder structure can be summarized as follows:
| Top level | Second | Files | Description | Version |
| ----------- | ------ | ----------------- | ------------------------------------------------------------------------------------------ | ----------- |
| `<version>` | | | The versioned releases from 2.2 onwards | `<version>` |
| `<version>` | | preview*.html | [static image preview HTML files](https://twitter.github.io/twemoji/v/latest/preview.html) | `<version>` |
| `<version>` | 72x72/ | `{codepoint}`.png | Large PNGs | `<version>` |
| `<version>` | svg/ | `{codepoint}`.svg | SVGs | `<version>` |
| `<version>` | | twemoji*.js | Framework js assets | `<version>` |