reviz
is a lightweight engine for reverse engineering data visualizations from the DOM. Its core goal is to assist in rapid visualization sketching and prototyping by automatically generating partial programs written using Observable Plot from input svg
subtrees.
This package contains the source for shared UI components across the examples site and the Chrome extension.
To make additions or edits to components, ensure you have dependencies installed. After making changes, run npm run build
to produce the built components. Finally, run npm install
in the root directory to ensure that the @reviz/examples
and @reviz/extension
packages have the latest local build.