Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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