0.0.5 • Published 9 months ago

canvas-bg v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

canvas-bg,一个使用canvas制作的背景动画

安装

npm

npm install canvas-bg

yarn

yarn add canvas-bg

使用

createParticle

动态粒子

import {createParticle} from "canvas-bg"
const dom = document.querySelector("#bg")
createParticle(dom, {
    pointNum: 150,
    velocity: 20,
    backgroundColor: "#1e1e1e",
    randomColor: true
})

createCodeWaterfall

字符瀑布

const dom = document.querySelector("#bg")
createCodeWaterfall(dom)

createFirework

烟花 此动画需鼠标点击触发

const dom = document.querySelector("#bg")
createFirework(dom)

createSnow

雪花飘动

const dom = document.querySelector("#bg")
createSnow(dom, "black")
0.0.5

9 months ago

0.0.4

9 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago