Installation
Install the package with your package manager:
npm install neodiscoFor tool and agent context, use the plain-text reference at /llm.txt.
Use the core package for vanilla JavaScript:
import { createNeoDisco } from "neodisco";Use adapter entry points for frameworks:
import { NeoDisco } from "neodisco/react";import { NeoDisco } from "neodisco/vue";Browser Support
Section titled “Browser Support”NeoDisco requires a browser environment with HTMLCanvasElement, requestAnimationFrame, and a 2D canvas context.
Build Output
Section titled “Build Output”The package ships ESM entry points and generated TypeScript declarations from dist/.