TSL + Vanilla JavaScript Quick Integration Guide
1. Audience & Goal
Target readers: developers with basic JS and bundler knowledge. Goal: run the minimal TSL demo with the shortest path (Vanilla JS + Vite).
2. Install
3. package.json (scripts)
Use Vite to resolve bare imports and run a dev server.
4. Project structure
5. index.html
Provide a root container and an entry script. No CDN.
6. src/main.js (minimal TSL demo)
This example uses color, time, sin, positionLocal TSL nodes.
7. Run & verify
