Skip to content

Installation

Install the package with your package manager:

Terminal window
npm install neodisco

For 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";

NeoDisco requires a browser environment with HTMLCanvasElement, requestAnimationFrame, and a 2D canvas context.

The package ships ESM entry points and generated TypeScript declarations from dist/.