canvatrix
v1.0.1
Published
Turns your html canvas into fancy matrix like screens
Downloads
4
Readme
CanvaTrix
👉 Original Code 👈
NPM INSTALL
$ npm i canvatrix
Usage
import { ZTF } from "canvatrix";
ZTF(YOUR_CANVAS_ID).matrix(SPEED, CANVAS_WIDTH, CANVAS_HEIGHT);
Notice
<canvas id="test" width="1000" height="50"></canvas>
ZTF(YOUR_CANVAS_ID).matrix(SPEED, CANVAS_WIDTH, CANVAS_HEIGHT);
NOT USING NPM ? NO PROBLEM !
<script src="script.js"></script>
<script>
ZTF(YOUR_CANVAS_ID).matrix(SPEED, CANVAS_WIDTH, CANVAS_HEIGHT);
</script>
Contact
you can contact me at [email protected] or via my portfolio
License
👨💻 CanvaTrix 👨💻 released under the MIT License.
Made with 🖤 by ZTF666 - N.EA | 2020