noflo-geometry
Version: 
Components for computational geometry.
31 lines (30 loc) • 753 B
HTML
<html>
  <head>
    <meta charset="utf-8">
    <title>noflo-geometry in browser</title>
    <link rel="stylesheet" href="../node_modules/mocha/mocha.css">
    <style type="text/css">
      #fixtures {
        display: none;
      }
    </style>
  </head>
  <body>
    <div id="mocha"></div>
    <div id="fixtures"></div>
    <script src="../browser/noflo-geometry.js"></script>
    <script src="../node_modules/chai/chai.js"></script>
    <script src="../node_modules/mocha/mocha.js"></script>
    <script>
      if (window.initMochaPhantomJS) {
        window.initMochaPhantomJS();
      }
      mocha.setup('bdd');
    </script>
    <script src="./Delaunay.js"></script>
    <script>
      mocha.run();
    </script>
  </body>
</html>