Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.08 KB
reviz

A lightweight engine for reverse engineering data visualizations from the DOM

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.

Local Development

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.