view Sources/viewer.html @ 4:5ee4448a8ff8

generated STL pass dciodvfy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Jul 2023 11:30:06 +0200
parents 4e889a8e8be2
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Orthanc STL viewer</title>
    <style>
      body { margin: 0; }
    </style>
  </head>
  <body>
    <script async src="es-module-shims.js"></script>

    <script type="importmap">
      {
        "imports": {
          "three": "./three.module.min.js"
        }
      }
    </script>

    <script type="module" src="./viewer.js"></script>
  </body>
</html>