autograph
Version:
A visual data routing automation tool.
28 lines (17 loc) • 388 B
HTML
<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 src="build/autograph-min.js"></script>
<script>
require(['autograph'], function (autograph) {
var a = autograph('container', 'components.json', '');
});
</script>
</body>
</html>