@townhall-gg/marquee
v0.2.1
Published
Blazing-fast marquee using Web Animations API
Maintainers
Readme
@townhall-gg/marquee
Core marquee animation library using the Web Animations API.
See the main README for full documentation.
Installation
pnpm add @townhall-gg/marqueeUsage
import { createMarquee } from "@townhall-gg/marquee";
const marquee = createMarquee(element, { speed: 100 });
marquee.play();License
MIT © Townhall
