mirror of
https://gitlab.com/octtspacc/twemoji-astonishing
synced 2024-12-21 21:14:02 +01:00
Update readme; Fix CI
This commit is contained in:
parent
b19a291ae3
commit
f96a46881f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
sudo add-apt-repository ppa:deadsnakes/ppa
|
||||
sudo apt update
|
||||
sudo apt install -y python3.10 tree wget tar xz p7zip
|
||||
python3.10 ./Build.py
|
||||
python3.10 ./Tools/BuildCSS.py
|
||||
python3.10 ./Tools/BuildCSS.py --Output="maxcdn" --URLPrefix="https://twemoji.maxcdn.com/v/latest/svg/"
|
||||
./Tools/DeployPages.sh
|
||||
|
||||
|
BIN
Banner.png
Normal file
BIN
Banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
10
README.md
10
README.md
@ -2,7 +2,9 @@
|
||||
|
||||
Like **Font-Awesome, but for [Twitter Emojis](https://github.com/twitter/twemoji)** - and this time, it's astonishing! 😄
|
||||
|
||||
Modern replacement for projects like [twemoji-amazing](https://github.com/SebastianAigner/twemoji-amazing), with some quality-of-life improvements:
|
||||
![Banner with some emojis](Banner.png)
|
||||
|
||||
Modern drop-in replacement for projects like [Twemoji-Amazing](https://github.com/SebastianAigner/twemoji-amazing), with some quality-of-life improvements:
|
||||
|
||||
- Easy support for fallback text emojis
|
||||
- Literal emojis as CSS class names, in addition to text names
|
||||
@ -15,7 +17,7 @@ You can get your preferred variant of the CSS file for use in your webpages:
|
||||
|
||||
- `twemoji-astonishing`: The full package with all the features
|
||||
- `twemoji-astonishing.chars`: Only literal emojis used as class names
|
||||
- `twemoji-astonishing.names`: Only ASCII names used as class names, like twemoji-amazing
|
||||
- `twemoji-astonishing.names`: Only ASCII names used as class names, like Twemoji-Amazing
|
||||
|
||||
Every variant, of course, has both a pure (`.css`) version, and a minified (`.min.css`) one.
|
||||
|
||||
@ -76,9 +78,9 @@ Running `./Tools/BuildCSS.py` generates all final CSS files. Requires Python >=
|
||||
|
||||
## Credits and Licenses
|
||||
|
||||
License for Twemoji-Astonishing our scripts, snippets, and documentation: [MIT](https://mit-license.org).
|
||||
License for Twemoji-Astonishing scripts, snippets, and documentation: [MIT](https://mit-license.org).
|
||||
|
||||
Uses CSS snippets from [twemoji-amazing](https://github.com/SebastianAigner/twemoji-amazing), licensed under [MIT](https://mit-license.org).
|
||||
Uses CSS snippets from [Twemoji-Amazing](https://github.com/SebastianAigner/twemoji-amazing), licensed under [MIT](https://mit-license.org).
|
||||
|
||||
The project exists solely on top of [Twemoji](https://twemoji.twitter.com). Their graphics are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0). Please adhere to the [Twemoji attribution requirements](https://github.com/twitter/twemoji#attribution-requirements) when using these emojis.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user