flower-fly
v1.1.1
Published
FlowerFly is a plugin which is created a Petal flying effects.
Downloads
2
Readme
What is FlowerFly ?
FlowerFly is a plugin which is created a Petal flying effects.
Install & Usage
npm install flower-fly -S
import FlowerFly from 'flower-fly'
API:
const flower = new FlowerFly(yourFlowerCount, yourFlowerUrl)
// new FlowerFly(13, 'https://www.xxxx.xxx/xxx.png')
flower.clear() // clear
flower.reStart() // restart
Developing
① cd flower-fly/examples
② npm install
③ npm run dev