sakura-fall
v1.0.2
Published
Lightweight sakura falling / raining animation as a web component. Default is Sakura but can add custom emoji
Maintainers
Readme
Sakura fall
LightWeight sakura rain / fall animation as a Web Component.
Install
npm install sakura-fall
Usage
import "sakura-fall";
Example (React / Mern)
import "sakura-fall";
function App() {
return (
<>
<sakura-fall emoji="❄️"/>
<h1>Hello World</h1>
</>
)}
