Playground
Interactive web-based editor for trying HoloScript in the browser.
Overview
@holoscript/playground is the browser-facing environment for trying language features, sharing examples, and testing scenes without local installation.
Installation
bash
npm install @holoscript/playgroundUse When
- You want a no-install learning surface.
- You need a hosted place to test examples quickly.
- You are embedding or extending browser-based editing experiences.
Key Capabilities
- In-browser editing and iteration.
- Fast experimentation with parser and preview features.
- Good fit for docs, onboarding, and demos.