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-2d
/
index.d.ts
7 lines
(6 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./circle'
;
export
*
from
'./ellipse'
;
export
*
from
'./polygon'
;
export
*
from
'./rectangle'
;
export
*
from
'./regular-polygon'
;
export
*
from
'./square'
;