Demo branch adding JSCAD type, without implementing the render
Related to #411
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import { DefaultKernelExport } from './common'
|
||||
import type { CadPackage } from 'src/helpers/hooks/useIdeState'
|
||||
|
||||
import openscad from './openScadController'
|
||||
import cadquery from './cadQueryController'
|
||||
import jscad from './jsCadController'
|
||||
|
||||
export const cadPackages = {
|
||||
export const cadPackages: {[key in CadPackage]: DefaultKernelExport} = {
|
||||
openscad,
|
||||
cadquery,
|
||||
jscad,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user