jgraph / mxgraph

mxGraph is a fully client side JavaScript diagramming library
Other
6.82k stars 2.06k forks source link

Cannot set property 'mxImageBasePath' of undefined #428

Closed awesomenkj closed 4 years ago

awesomenkj commented 4 years ago

I tried to import mxgraph in typescript like this.

declare var require: any;
const mx = require("mxgraph")({
  mxImageBasePath: "assets/images",
  mxBasePath: "assets"
});

but I got this error and couldn't find the way to fix this. image image