ts-graphviz LibraryGetting StartedInstallationOn this pageInstallation Node.js This package can then be installed using a package manager. npmYarnpnpmnpm install ts-graphvizyarn add ts-graphvizpnpm add ts-graphviz Deno You can install and use the package by specifying the following: import { toDot } from 'npm:ts-graphviz'; infoDeno v1.28 and above supports npm.