UNPKG

cacatoo

Version:

Building, exploring, and sharing spatially structured models

29 lines (20 loc) 889 B
<!-- // In this "unit test", most of the functionalities in Cacatoo are called, and it is checked whether any unexpected behaviour occurs. --> <html> <script src="../../dist/cacatoo.js"></script> <!-- Include cacatoo library (compiled with rollup) --> <script src="../../lib/all.js"></script> <!-- Load other packages --> <link rel="stylesheet" href="../../style/cacatoo.css"> <!-- Set style sheet --> <!-- Include your model code here --> <script src="bundle_test.js"> </script> <body onload="cacatoo()"> <div class="header" id="header"> <h2>Cacatoo </h2> </div> <div class="content" id="canvas_holder"></div> <div class="content" id="form_holder"></div> <div class="content" id="graph_holder"></div> <div class="footer" id="footer"></div> <div class="output" id="output"></div> </body> </html>