Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cakecatz/emoji-slice


https://github.com/cakecatz/emoji-slice

emoji javascript nodejs slice

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# emoji-slice

## Install

```bash
$ npm install --save emoji-slice
```

## Usage

```js
"😽😽😽".slice(0, 1);
//=> �

emojiSlice("😽😽😽", 0, 1);
//=> 😽
```

## License

MIT © [Ryo Narita](https://github.com/cakecatz)