NodeSecure vis.js network front module
npm install @nodesecure/vis-networkNodeSecure Vis.js network front-end module.
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
``bash`
$ npm i @nodesecure/vis-networkor
$ yarn add @nodesecure/vis-network
`js
// Import Third-party Dependencies
import { NodeSecureDataSet, NodeSecureNetwork } from "@nodesecure/vis-network";
document.addEventListener("DOMContentLoaded", async() => {
const secureDataSet = new NodeSecureDataSet();
await secureDataSet.init();
new NodeSecureNetwork(secureDataSet);
});
`
- npm start to start an httpserver from ./dist./example` with esbuild.
- npm run build to build the
> Note: The start command run the build command before launching the http server.

Thanks goes to these wonderful people (emoji key):
Gentilhomme 💻 📖 👀 🛡️ 🐛 | im_codebreaker 💻 | PierreD 💻 |