UNPKG

@ccp-nc/crystvis-js

Version:

A Three.js based crystallographic visualisation tool

33 lines (27 loc) 993 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>CrystVis.js test</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/node_modules/mocha/mocha.css"> <style type="text/css"> #main-app { padding: 20px; background-color: #ececec; min-height: 500px; } </style> </head> <body> <div id="main-app"></div> <div id="mocha"></div> <script src="/node_modules/mocha/mocha.js"></script> <script src="/node_modules/chai/chai.js"></script> <script>mocha.setup('bdd')</script> <script type="text/javascript" src="/test/test-html/testbuild.js"></script> <script type="text/javascript">mocha.run()</script> </body> </html>