mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
|
|
import startApplication from "./cad/init/startApplication";
|
|
|
|
startApplication(context => {
|
|
window.__CAD_APP = context;
|
|
});
|