| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
Demonstrate how to integrate maxGraph with Node.js to use it in a headless environment.
In this example, jsdom is used to provide an implementation of the browser objects whose maxGraph depends on. These objects are not provided by Node.js.
The example provides a script using CommonJS and another one using ESM.
Initialize all packages
From the repository root, run npm install.
Build maxgraph@core
From the packages/core directory, run npm run build.
| Back | FazBrowse Home | New Git URL |