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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.5
    0
    • latest

Version History

Package Sidebar

Install

npm i simple-canvas-animate-bg

Weekly Downloads

0

Version

1.1.5

License

none

Unpacked Size

8.13 kB

Total Files

5

Last publish

Collaborators

  • ehahac