Skip to content

Commit

Permalink
Update mainlib.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yaorenmao committed Jun 22, 2024
1 parent 728ec99 commit 96e9524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mainlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@

// Expose functions to the global scope
window.MyLibrary = {
camera,
createCube,
newUI,
setTxtField,
Expand All @@ -370,4 +371,4 @@
makeElementDraggable,
syncSliderAndTextField
};
})();
})();

0 comments on commit 96e9524

Please sign in to comment.