UNPKG

@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

4 lines (3 loc) 124 B
import { Group } from "@ndbx/g"; import * as vega from "vega"; export declare function vegaToShape(spec: vega.Spec): Group;