Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<html>
  <head>
    <script src="https://unpkg.com/avs-go"></script>
  </head>
  <body>
    <avs-go-dataviz
      url="https://myserver/mydata/express.json"
      url-load-json-file>file
      renderer="THREEJS">
    </avs-go-dataviz>
  </body>
</html>

...