obographviz-web

An experiment in using obographviz in a browser via @hpcc-js/wasm

Prerequisites

Setup

pnpm install

Run

pnpm run dev

To Do

  • pnpm build does not work because obographviz imports Node packages (fs, child_process) from files in its lib directory. Ideally these would only be used from its bin scripts.