UNPKG

dipend-graph

Version:

A library for generating a DAG (Directed Acyclic Graph) of dependencies registered in Dipend's dependency container.

20 lines (19 loc) 406 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="https://cdn.jsdelivr.net/npm/d3@7"></script> <style> body, html { margin: 0; padding: 0; overflow: hidden; } </style> </head> <body> <script src="page.js"></script> </body> </html>