@omnix-lang/studio
v0.1.1
Published
DevTools Inspector and UI for Omnix
Readme
@omnix-lang/studio
Developer-tools package for Omnix applications. The current implementation exposes attachDevTools() to register a global DevTools hook and render a small browser overlay entry point for signal inspection.
Current state: implemented package with minimal functionality. Expect expansion, not full DevTools parity yet.
Install
pnpm add @omnix-lang/studioImport
import { attachDevTools } from '@omnix-lang/studio';Usage
import { attachDevTools } from '@omnix-lang/studio';
attachDevTools();Call attachDevTools() in a browser runtime after the document is available. It registers globalThis.__OMNIX_DEVTOOLS__ and mounts the overlay trigger into document.body.
API Reference
API documentation is generated by TypeDoc. Run pnpm docs to generate locally.
