Skip to content

augustinbegue/character-warp-speed-js

Repository files navigation

GitHub Workflow Status GitHub package.json version npm npm

✨ Character Warp Speed ✨

This is an unfinished project I made following a dumb idea I had.

This piece of code:

<body style="overflow: hidden;">
    <div id="characterWarp" style="width: 100vw; height: 100vh;"></div>
</body>
import { CharacterWarpSpeed } from "character-warp-speed";

let el = document.getElementById("characterWarp");
new CharacterWarpSpeed(el, ["1", "2", "3", "4", "5", "6", "7", "8", "9"]);

produces:

Installation

npm install character-warp-speed

Quick demo made with svelte.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published