vectojs-paradigm
Installation
SKILL.md
The VectoJS Paradigm
Abandon the HTML/CSS mental model before touching a VectoJS project. VectoJS is
not "a canvas inside a webpage" — the canvas is the page. There is one
<canvas>, one Scene, and a retained scene graph (the Virtual Math Tree) of
Entity objects whose numeric state fully determines every pixel. If you find
yourself reaching for a <div>, a stylesheet, or a screenshot, stop and
re-enter the paradigm.