1.0.1 • Published 9 months ago

danmaku-leafer v1.0.1

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

danmaku-leafer

Danmaku-leafer is a high performance canvas danmaku for dense data scenario.

It is built using vanilla TypeScript, making it suitable for any environment.

Usage

import { Danmaku } from "danmaku-leafer";

const app = new Danmaku();
app.start();

app.insertBullet({ mode: "normal", text: "hello danmaku" });
1.0.1

9 months ago

1.0.0

9 months ago