Skip to content

Commit

Permalink
feat(config): add all available model types to config
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Jan 27, 2022
1 parent ed91da4 commit d666fb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/config/model-types.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
export default Object.freeze({
BFX: "BFX",
DAE: "DAE",
DWG: "DWG",
DXF: "DXF",
GLTF: "GLTF",
IFC: "IFC",
JPG: "JPEG",
JPEG: "JPEG",
OBJ: "OBJ",
PDF: "PDF",
PNG: "PNG"
});

0 comments on commit d666fb5

Please sign in to comment.