Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javierbyte/emoji-to-scale
Your favorite emojis. To real-life scale, more or less.
https://github.com/javierbyte/emoji-to-scale
css emoji fun visualization
Last synced: 5 days ago
JSON representation
Your favorite emojis. To real-life scale, more or less.
- Host: GitHub
- URL: https://github.com/javierbyte/emoji-to-scale
- Owner: javierbyte
- License: bsd-3-clause
- Created: 2021-12-02T07:02:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T17:22:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T04:06:04.401Z (12 days ago)
- Topics: css, emoji, fun, visualization
- Language: JavaScript
- Homepage: https://javier.xyz/emoji-to-scale
- Size: 2.17 MB
- Stars: 370
- Watchers: 6
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Emoji to Scale](http://javier.xyz/emoji-to-scale/)
Your favorite emojis. To scale (more or less). Inspired by [this joke](https://twitter.com/MarcBeddy/status/290598911851245568).
[![img2css](public/emojis-to-scale.jpg)](https://javier.xyz/emoji-to-scale/)
## How can I add more emojis or fix an emoji size?
The data source is a `.csv` file located at [https://github.com/javierbyte/emoji-to-scale/blob/master/src/emoji-data.csv](https://github.com/javierbyte/emoji-to-scale/blob/master/src/data), feel free to send a Pull Request!
## Running the project locally
```
npm install
npm start
```