UNPKG

autograph

Version:

A visual data routing automation tool.

28 lines (17 loc) 419 B
<html> <head> <title>AutoGraph Workbench</title> <link rel="stylesheet" type="text/css" href="css/autograph.css"/> <style> </style> </head> <body> <div id="container"> </div> <script data-main="src/main" src="src/lib/require.js"></script> <script> require(['main', 'autograph'], function (main, autograph) { var a = autograph('container', 'components.json', ''); }); </script> </body> </html>