Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakejarvis/twemoji-emojis
📦 A very simple NPM package that downloads Twemoji emojis (PNG and SVG)
https://github.com/jakejarvis/twemoji-emojis
emoji npm twemoji
Last synced: 2 months ago
JSON representation
📦 A very simple NPM package that downloads Twemoji emojis (PNG and SVG)
- Host: GitHub
- URL: https://github.com/jakejarvis/twemoji-emojis
- Owner: jakejarvis
- License: cc-by-4.0
- Created: 2020-07-29T20:22:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T03:37:43.000Z (over 3 years ago)
- Last Synced: 2024-10-05T05:41:56.955Z (3 months ago)
- Topics: emoji, npm, twemoji
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/twemoji-emojis
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📦 twemoji-emojis
[![npm](https://img.shields.io/npm/v/twemoji-emojis)](https://www.npmjs.com/package/twemoji-emojis)
A _very_ simple NPM package that downloads [Twemoji](https://twemoji.twitter.com/) emojis (PNG and SVG) on installation.
~~Version numbers align with [Twemoji releases](https://github.com/twitter/twemoji/releases).~~ Starting with v14.0.0, this package always downloads the latest Twemojis available.
## Usage
Graphics will be located relative to your project root in:
- `node_modules/twemoji-emojis/vendor/72x72` for 72px PNGs.
- `node_modules/twemoji-emojis/vendor/svg` for vector SVGs.Other assets such as the JS files still need to be added to your project separately via the [official `twemoji` package](https://www.npmjs.com/package/twemoji) if you require them.
**Note:** This exists mainly for [my own convenience](https://github.com/jakejarvis/jarv.is) and was thrown together in literally two minutes. Improvements welcome!
## License
Graphics are fetched directly from [twitter/twemoji](https://github.com/twitter/twemoji/) and are licensed under [CC-BY 4.0](https://github.com/twitter/twemoji/blob/master/LICENSE-GRAPHICS).