mirror of
https://github.com/twitter/twemoji.git
synced 2024-06-15 03:35:16 +00:00
Create v/ directory to store versioned releases
This commit is contained in:
parent
e7da41079f
commit
e9442a262d
12
README.md
12
README.md
@ -3,7 +3,7 @@
|
|||||||
This branch hosts the built assets for Twemoji, and the folder structure can be summarized as follows:
|
This branch hosts the built assets for Twemoji, and the folder structure can be summarized as follows:
|
||||||
|
|
||||||
| Top level | Second | Files | Description | Version |
|
| Top level | Second | Files | Description | Version |
|
||||||
| ------------- | ------ | ------------------- | ------------------------------------------------------------------------------------------ | -------- |
|
| ------------- | ------ | ------------------- | ------------------------------------------------------------------------------------------ | ----------- |
|
||||||
| . | | \*.md, *.json, .\* | meta data | 1.0, 2.2 |
|
| . | | \*.md, *.json, .\* | meta data | 1.0, 2.2 |
|
||||||
| . | | twemoji*.js | (Legacy) Framework js assets | 1.0 |
|
| . | | twemoji*.js | (Legacy) Framework js assets | 1.0 |
|
||||||
| 1/ | | twemoji*.js | (Legacy) Framework js assets | 1.0 |
|
| 1/ | | twemoji*.js | (Legacy) Framework js assets | 1.0 |
|
||||||
@ -16,8 +16,8 @@ This branch hosts the built assets for Twemoji, and the folder structure can be
|
|||||||
| 72x72/ | | `{codepoint}`.png | large PNGs | 1.0 |
|
| 72x72/ | | `{codepoint}`.png | large PNGs | 1.0 |
|
||||||
| assets/ | | `{codepoint}`.ai | Adobe Illustrator sources | 1.0 |
|
| assets/ | | `{codepoint}`.ai | Adobe Illustrator sources | 1.0 |
|
||||||
| svg/ | | `{codepoint}`.svg | SVGs | 1.0 |
|
| svg/ | | `{codepoint}`.svg | SVGs | 1.0 |
|
||||||
| v/ | | | The versioned releases from 2.2 onwards | 2.2 |
|
| v/ | | | The versioned releases from 2.2 onwards | `<version>` |
|
||||||
| v/`<version>` | | preview*.html | [static image preview HTML files](https://twitter.github.io/twemoji/v/latest/preview.html) | 2.2 |
|
| v/`<version>` | | preview*.html | [static image preview HTML files](https://twitter.github.io/twemoji/v/latest/preview.html) | `<version>` |
|
||||||
| v/`<version>` | 72x72/ | `{codepoint}`.png | (Versioned) large PNGs | 2.2 |
|
| v/`<version>` | 72x72/ | `{codepoint}`.png | (Versioned) large PNGs | `<version>` |
|
||||||
| v/`<version>` | svg/ | `{codepoint}`.svg | (Versioned) SVGs | 1.0 |
|
| v/`<version>` | svg/ | `{codepoint}`.svg | (Versioned) SVGs | `<version>` |
|
||||||
| v/`<version>` | | twemoji*.js | (Versioned) Framework js assets | 2.2 |
|
| v/`<version>` | | twemoji*.js | (Versioned) Framework js assets | `<version>` |
|
||||||
|
11
v/README.md
Normal file
11
v/README.md
Normal file
@ -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 |
|
||||||
|
| ----------- | ------ | ----------------- | ------------------------------------------------------------------------------------------ | ----------- |
|
||||||
|
| `<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>` |
|
Loading…
Reference in New Issue
Block a user