1
0
mirror of https://github.com/taigrr/skyline synced 2025-01-18 04:33:13 -08:00

Add STL Exporter

This commit is contained in:
Martin Woodward
2020-12-15 14:54:37 +00:00
parent ad399b8899
commit 3fbb8dc96c
6 changed files with 333 additions and 25 deletions

View File

@@ -9,6 +9,10 @@
</style>
</head>
<body>
<div id="info">
<button id="exportASCII">export ASCII</button> <button id="exportBinary">export binary</button>
</div>
<script type="module" src="js/contributions.js"></script>
</body>
</html>