UNPKG
@jwc/jscad-gears
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
jscad parts library to create gears
gitlab.com/johnwebbcole/jscad-gears
@jwc/jscad-gears
/
src
/
index.js
4 lines
(3 loc)
•
86 B
JavaScript
View Raw
1
2
3
4
import
Gear
from
"./gear"
;
import
GearSet
from
"./gearset"
;
export
{
Gear
,
GearSet
};