@ndbx/runtime
Version:
The `@ndbx/runtime` package provides a runtime environment to embed NodeBox visualizations directly into React applications. NodeBox is a powerful tool for creating interactive and generative visualizations, and this runtime allows you to integrate those
12 lines (11 loc) • 402 B
TypeScript
import Context from "./context";
import NodeBoxPlayer from "./player";
import { config, loadMainProject, loadAsset } from "./loaders";
export * from "./evaluation";
export * from "./expression";
export * from "./types";
export * from "./queries";
export * from "./render";
export * from "./runtime-node";
export * from "./export";
export { config, Context, NodeBoxPlayer, loadMainProject, loadAsset };