forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
8
node_modules/graphviz-wasm/graphviz/update.sh
generated
vendored
Executable file
8
node_modules/graphviz-wasm/graphviz/update.sh
generated
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
# CWD
|
||||
cd graphviz
|
||||
|
||||
# Update WASM
|
||||
wget -O graphviz.wasm https://unpkg.com/@hpcc-js/wasm/dist/graphvizlib.wasm
|
||||
|
||||
# Update TS
|
||||
echo "export default '$(base64 graphviz.wasm)';" > graphviz.js
|
||||
Reference in New Issue
Block a user