Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 296 Bytes

File metadata and controls

18 lines (12 loc) · 296 Bytes

⚡ JS / TS Visualizer

Interactive visualizer for JavaScript & TypeScript execution. See the Call Stack, Event Loop, Web APIs, Task Queue, and Microtask Queue animate step by step.

Run

npm install
npm run dev

Open http://localhost:5173.

Build

npm run build