counterpoint-vis
v1.0.4
Published
This is a library to help people develop beautiful large-scale animated data visualizations using HTML5 Canvas and WebGL.
Downloads
86
Readme
Counterpoint: Canvas Animation Library
This is a library to help people develop beautiful large-scale animated data visualizations using HTML5 Canvas and WebGL.
Installation and Usage
Install Counterpoint from NPM:
npm install --save counterpoint-vis
You can use a static ESM version of the library in vanilla JS like so:
import { Mark, MarkRenderGroup } from 'https://cdn.jsdelivr.net/npm/counterpoint-vis@latest/dist/counterpoint-vis.es.js';
See the documentation for examples and API reference.