UNPKG
openscad-wasm
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Webassembly port of OpenSCAD
openscad-wasm
/
openscad.d.ts
4 lines
(3 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
export
{ createOpenSCAD }
from
"./api/openscad"
;
export
type
{
OpenSCADInstance
}
from
"./api/openscad"
;
export
type
{
InitOptions
,
OpenSCAD
,
FS
}
from
"./types/openscad"
;