simple-canvas-animate-bg
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

使用方法:

const canvas = <HTMLCanvasElement>document.querySelector("#canvas");
new Graph(canvas, {
	count: 200,
	width: window.innerWidth,
	height: window.innerHeight,
	canvasBg: "#000000",
}).draw();

截图

demo.png

Package Sidebar

Install

npm i simple-canvas-animate-bg

Weekly Downloads

1

Version

1.1.5

License

none

Unpacked Size

8.13 kB

Total Files

5

Last publish

Collaborators

  • ehahac