Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beerose/animated-emojis
Animated emojis 😢💗😡😨😊
https://github.com/beerose/animated-emojis
Last synced: 14 days ago
JSON representation
Animated emojis 😢💗😡😨😊
- Host: GitHub
- URL: https://github.com/beerose/animated-emojis
- Owner: beerose
- License: mit
- Created: 2020-04-02T00:11:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T23:39:00.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T07:56:08.832Z (20 days ago)
- Language: TypeScript
- Homepage: https://animated-emojis.netlify.com/
- Size: 9.75 MB
- Stars: 44
- Watchers: 1
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```