Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beerose/animated-emojis

Animated emojis 😢💗😡😨😊
https://github.com/beerose/animated-emojis

Last synced: 14 days ago
JSON representation

Animated emojis 😢💗😡😨😊

Awesome Lists containing this project

README

        

# Animated Emojis

Library with animated emojis.

![gif](./assets/e.gif)

## Docs

https://animated-emojis.netlify.com/

## Install

```sh
yarn add animated-emojis # npm i animated-emojis
```

## API

```
size: Number | undefined
animate: Boolean | undefined
```

## Setup

```sh
yarn # npm i
```

## Run docs

```sh
yarn docz:dev # npm run docz:dev
```

## Build lib

```sh
yarn build # npm run build
```