Used pre-existing Graham Scan library to make custom configurations look nicer

This commit is contained in:
2025-10-29 10:35:20 -04:00
parent 9bd249af6f
commit b766527a97
3 changed files with 169 additions and 6 deletions

View File

@ -110,7 +110,8 @@
</section>
</main>
<script src="script.js"></script>
<script type="module" src="vendor/lucio/graham-scan.mjs"></script>
<script type="module" src="script.js"></script>
</body>
</html>