Packages
Current Co-maintainers
Former Co-maintainers
1 package
simple-canvas-animate-bg
```typescript const canvas = <HTMLCanvasElement>document.querySelector("#canvas"); new Graph(canvas, { count: 200, width: window.innerWidth, height: window.innerHeight, canvasBg: "#000000", }).draw(); ```