Choose an emoji and make a rain with it.
npm install falling-emojis> Choose an emoji and make a rain with it.
 
``bash`
npm install --save falling-emojis
or
yarn add falling-emojis
See more on github.
`jsx
import React from 'react';
import { FallingEmojis } from 'falling-emojis';
const App = () => {
return
}
export default App;
``
Originally I made a site (Check it out: https://forever2020.dnyyy.vercel.app/) where I made this falling animation
and I thougth it might be helpful, easier and interesting to others.
* [x] Fix position and z-index problems...
* [ ] Rotation animation
* [ ] More modification opporunities
MIT © dnyyy