diff --git a/README.md b/README.md index 264e8e2f..bc91606a 100644 --- a/README.md +++ b/README.md @@ -2,22 +2,22 @@ This branch hosts the built assets for Twemoji, and the folder structure can be summarized as follows: -| Top level | Second | Files | Description | Version | -| ------------- | ------ | ------------------- | ------------------------------------------------------------------------------------------ | -------- | -| . | | \*.md, *.json, .\* | meta data | 1.0, 2.2 | -| . | | twemoji*.js | (Legacy) Framework js assets | 1.0 | -| 1/ | | twemoji*.js | (Legacy) Framework js assets | 1.0 | -| 2/ | | twemoji*.js | Framework js assets | 2.2 | -| 2/ | test/ | index.html, test.js | Tests | 2.2 | -| 2/ | 72x72/ | `{codepoint}`.png | large PNGs | 2.2 | -| 2/ | svg/ | `{codepoint}`.svg | SVGs | 2.2 | -| 16x16/ | | `{codepoint}`.png | small PNGs | 1.0 | -| 36x36/ | | `{codepoint}`.png | medium PNGs | 1.0 | -| 72x72/ | | `{codepoint}`.png | large PNGs | 1.0 | -| assets/ | | `{codepoint}`.ai | Adobe Illustrator sources | 1.0 | -| svg/ | | `{codepoint}`.svg | SVGs | 1.0 | -| v/ | | | The versioned releases from 2.2 onwards | 2.2 | -| v/`` | | preview*.html | [static image preview HTML files](https://twitter.github.io/twemoji/v/latest/preview.html) | 2.2 | -| v/`` | 72x72/ | `{codepoint}`.png | (Versioned) large PNGs | 2.2 | -| v/`` | svg/ | `{codepoint}`.svg | (Versioned) SVGs | 1.0 | -| v/`` | | twemoji*.js | (Versioned) Framework js assets | 2.2 | +| Top level | Second | Files | Description | Version | +| ------------- | ------ | ------------------- | ------------------------------------------------------------------------------------------ | ----------- | +| . | | \*.md, *.json, .\* | meta data | 1.0, 2.2 | +| . | | twemoji*.js | (Legacy) Framework js assets | 1.0 | +| 1/ | | twemoji*.js | (Legacy) Framework js assets | 1.0 | +| 2/ | | twemoji*.js | Framework js assets | 2.2 | +| 2/ | test/ | index.html, test.js | Tests | 2.2 | +| 2/ | 72x72/ | `{codepoint}`.png | large PNGs | 2.2 | +| 2/ | svg/ | `{codepoint}`.svg | SVGs | 2.2 | +| 16x16/ | | `{codepoint}`.png | small PNGs | 1.0 | +| 36x36/ | | `{codepoint}`.png | medium PNGs | 1.0 | +| 72x72/ | | `{codepoint}`.png | large PNGs | 1.0 | +| assets/ | | `{codepoint}`.ai | Adobe Illustrator sources | 1.0 | +| svg/ | | `{codepoint}`.svg | SVGs | 1.0 | +| v/ | | | The versioned releases from 2.2 onwards | `` | +| v/`` | | preview*.html | [static image preview HTML files](https://twitter.github.io/twemoji/v/latest/preview.html) | `` | +| v/`` | 72x72/ | `{codepoint}`.png | (Versioned) large PNGs | `` | +| v/`` | svg/ | `{codepoint}`.svg | (Versioned) SVGs | `` | +| v/`` | | twemoji*.js | (Versioned) Framework js assets | `` | diff --git a/v/README.md b/v/README.md new file mode 100644 index 00000000..47a97d04 --- /dev/null +++ b/v/README.md @@ -0,0 +1,11 @@ +# 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 | +| ----------- | ------ | ----------------- | ------------------------------------------------------------------------------------------ | ----------- | +| `` | | | The versioned releases from 2.2 onwards | `` | +| `` | | preview*.html | [static image preview HTML files](https://twitter.github.io/twemoji/v/latest/preview.html) | `` | +| `` | 72x72/ | `{codepoint}`.png | Large PNGs | `` | +| `` | svg/ | `{codepoint}`.svg | SVGs | `` | +| `` | | twemoji*.js | Framework js assets | `` |