ModelHandle/sandbox/rhino3dm_error.html
2024-04-27 09:29:37 +02:00

28 lines
572 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Online 3D Viewer</title>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/rhino3dm@8.6.0/rhino3dm.min.js"></script>
<script type='text/javascript'>
window.addEventListener ('load', () => {
window.rhino3dm ().then ((Module) => {
console.log (Module);
});
});
</script>
</head>
<body>
</body>
</html>