ftn-stl-viewer
Version:
A component for viewing an STL object from a given URL by utilizing Three.js
13 lines (12 loc) • 370 B
HTML
<html>
<head>
<title>Testing</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<div id="react-app"></div>
<script src="dist/static/js/react-bundle.js"></script>
</body>
</html>