mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
13 lines
No EOL
268 B
TypeScript
13 lines
No EOL
268 B
TypeScript
import OCCBottle from './features/occ_bottle';
|
|
import {WorkbenchConfig} from "cad/workbench/workbenchService";
|
|
|
|
export const ExampleWorkspace: WorkbenchConfig = {
|
|
workbenchId: 'examples',
|
|
features: [
|
|
OCCBottle,
|
|
],
|
|
actions: [],
|
|
ui: {
|
|
toolbar: []
|
|
}
|
|
} |