4 lines
350 B
JavaScript
4 lines
350 B
JavaScript
|
const filePreViewBaseUrl = 'http://127.0.0.1:8012';
|
||
|
const modelFileExt = ['obj', '3ds', 'stl', 'ply', 'gltf', 'glb', 'off', '3dm', 'fbx', 'dae', 'wrl', '3mf', 'ifc', 'brep', 'step', 'iges', 'fcstd', 'bim'];
|
||
|
const fileExt = ['jpg', 'jpeg', 'png', 'gif', 'bmp', 'ico', 'jfif', 'webp', 'doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx','pdf',...modelFileExt]
|