Canvas Packages

react2image

This project is still in early stage. The goal is to prove the idea of using React components to render in Node canvas.

0.1.5 • Published 2 years ago

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(); ```

1.1.5 • Published 2 years ago

simple-canvas-barrage

> 使用canvas编写的一个弹幕插件,目前功能比较单一,只是支持弹幕的字体大小、颜色、速度功能。

0.0.5 • Published 4 years ago