---
title: "Add three.js code block"
format: html
header-includes:
- |
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/examples/js/controls/OrbitControls.js"></script>
<script src="./script/my_scene.js" defer></script>
---
<div id="threejs-container" style="width: 100%; height: 400px;"></div>