UNPKG
@achirita/blox
Version:
latest (1.0.0)
1.0.0
A CAD library for building 3D models in the browser.
github.com/achirita/blox
achirita/blox
@achirita/blox
/
dist
/
types
/
primitives-3d
/
index.d.ts
8 lines
(7 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./antiprism'
;
export
*
from
'./cone'
;
export
*
from
'./cube'
;
export
*
from
'./cuboid'
;
export
*
from
'./cylinder'
;
export
*
from
'./sphere'
;
export
*
from
'./torus'
;