forked from sashin/sashinexists
run npm install to generate a package lock
This commit is contained in:
7
node_modules/graphviz-wasm/dist/index.js
generated
vendored
Normal file
7
node_modules/graphviz-wasm/dist/index.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/* IMPORT */
|
||||
import GRAPHVIZ_BASE64 from '../graphviz/graphviz.js';
|
||||
import generate from './generate.js';
|
||||
/* MAIN */
|
||||
const Graphviz = generate(GRAPHVIZ_BASE64);
|
||||
/* EXPORT */
|
||||
export default Graphviz;
|
||||
Reference in New Issue
Block a user