@michi-vz/core
v1.11.0
Published
Framework-agnostic chart engine - SVG, canvas & WebGPU renderers, accessible by default, emitting an LLM-ready ChartContext. No framework dependencies.
Downloads
4,303
Maintainers
Readme
@michi-vz/core
Framework-agnostic chart engine + renderer-agnostic ChartContext.
Part of the @michi-vz framework-agnostic
data-visualization library - a plain-TS engine, native web components, and thin
React/Vue/Svelte/Angular wrappers. Every chart emits an LLM-ready ChartContext.
npm i @michi-vz/coreFramework packages
Pick the package for your stack - they all render the same charts from the same engine:
| Package | For | | --- | --- | | @michi-vz/core (this package) | Framework-agnostic engine, no framework deps | | @michi-vz/wc | Native web components (Lit, light DOM) | | @michi-vz/react | React 18+ | | @michi-vz/vue | Vue 3 | | @michi-vz/svelte | Svelte | | @michi-vz/angular | Angular |
Full usage, the chart gallery, and the light-DOM colour contract are in the monorepo README and the live docs.
For AI assistants
The whole library is documented in one machine-readable file: llms-full.txt (compact index: llms.txt). Point a coding agent at it for correct props, usage per framework, and the ChartContext shape.
License
MIT © Beany Vu
