1.0.2 • Published 3 years ago

character-warp-speed v1.0.2

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 years ago

��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:

npm.io

Installation

npm install character-warp-speed
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago