@bluemath/geom
Version:
Bluemath Geometry library
21 lines (15 loc) • 376 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BlueMath NURBS Playground</title>
<link rel="stylesheet" href="../node_modules/select2/dist/css/select2.min.css">
<script src="../build/bluemath-geom-playground.js"></script>
<script>
</script>
</head>
<body>
<select id="pg-selector">
</select>
</body>
</html>