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: 3 months 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T17:22:52.000Z (about 2 years ago)
- Last Synced: 2025-03-29T19:02:17.586Z (3 months ago)
- Topics: css, emoji, fun, visualization
- Language: JavaScript
- Homepage: https://javier.xyz/emoji-to-scale
- Size: 2.17 MB
- Stars: 370
- Watchers: 5
- Forks: 32
- Open Issues: 9
-
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).
[](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
```