BREAKING CHANGE: In general UMD loading will result in a Promise to "dot"
This is because @hpcc-js/wasm/graphviz is a bundled wasm file and not emscripten generated ASM.js and most browser prevent compilation of same on the main thread (for wasm > 4k).
Upgraded package to ESM Module
BREAKING CHANGE: In general UMD loading will result in a Promise to "dot"
Added simple test/demo index.html
Signed-off-by: Gordon Smith GordonJSmith@gmail.com