Skip to content

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed May 6, 2024
1 parent 5bf6394 commit 75b7848
Show file tree
Hide file tree
Showing 8 changed files with 16,562 additions and 16,421 deletions.
13 changes: 7 additions & 6 deletions dist/convert2xkt.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -26677,7 +26677,7 @@ const path = require("path");
*/
function convert2xkt({
WebIFC,
configs,
configs = {},
source,
sourceData,
sourceFormat,
Expand Down Expand Up @@ -26724,11 +26724,11 @@ function convert2xkt({
stats.aabb = null;

function getFileExtension(fileName) {
let ext = path.extname(fileName);
if (ext.charAt(0) === ".") {
ext = ext.substring(1);
}
return ext;
let ext = path.extname(fileName);
if (ext.charAt(0) === ".") {
ext = ext.substring(1);
}
return ext;
}

return new Promise(function (resolve, reject) {
Expand Down Expand Up @@ -26769,6 +26769,7 @@ function convert2xkt({
log(`[WARNING] Could not find configs sourceConfigs entry for source format "${ext}". This is derived from the source file name extension. Will use internal default configs.`);
fileTypeConfigs = {};
}

function overrideOption(option1, option2) {
if (option1 !== undefined) {
return option1;
Expand Down
2 changes: 1 addition & 1 deletion dist/xeokit-convert.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/xeokit-convert.cjs.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 75b7848

Please sign in to comment.