@vizualmodel/vmblu-core
v1.11.0
Published
Core model, editor, routing, and visualization types for [vmblu](https://vmblu.dev/).
Readme
@vizualmodel/vmblu-core
Core model, editor, routing, and visualization types for vmblu.
Install
npm install @vizualmodel/vmblu-coreThe main entry point exports the model APIs. More focused public entry points are
available below @vizualmodel/vmblu-core/types/*, including model, arl, node,
elk, util, view, and widget.
import * as vmblu from '@vizualmodel/vmblu-core'
import * as model from '@vizualmodel/vmblu-core/types/model'vmblu packages in the same major.minor compatibility family are compatible.
License
Apache-2.0 © Vizual Model
