Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliandavidmr/reemoji
Make your flat text emoji prettier
https://github.com/juliandavidmr/reemoji
emoji emoji-unicode emoticons npm
Last synced: 6 days ago
JSON representation
Make your flat text emoji prettier
- Host: GitHub
- URL: https://github.com/juliandavidmr/reemoji
- Owner: juliandavidmr
- License: mit
- Created: 2018-02-10T23:10:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-11T19:08:55.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T06:22:22.395Z (about 1 month ago)
- Topics: emoji, emoji-unicode, emoticons, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/reemoji
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reemoji
Make your flat text emoji prettier.
You might want to watch
`Hello ๐, I am ๐ and also ๐`
instead of
`Hello :D, I am :) and also ^_^`## Install
```bash
npm install reemoji --save# Yarn
yarn add reemoji
```## Usage
```javascript
var reemoji = require('reemoji');console.log(reemoji.translate(`Hello :D, I am :) and also ^_^. I like โหยทอเผยทอหโโ ฬฬเทโ`))
// Hello ๐, I am ๐ and also ๐. I like ๐บ
```### Features
- Dozens of emojis available
- Many faces with different emotions
- There are many figures of ascii cats
- Zero dependencies _(0 packages npm)_## License
[MIT][license] ยฉ [David Mo Ra][author]
[npm]: https://docs.npmjs.com/cli/install
[license]: LICENSE
[author]: https://github.com/juliandavidmr