Add 3d viewer command, improve code

This commit is contained in:
Christoph Hagen
2023-12-16 22:10:27 +01:00
parent 1d97560c40
commit 294319a205
4 changed files with 101 additions and 54 deletions

View File

@ -0,0 +1,8 @@
import Foundation
enum HeaderFile: String {
case codeHightlighting = "highlight.js"
case modelViewer = "model-viewer.js"
}
typealias RequiredHeaders = Set<HeaderFile>