UNPKG
icosahedron-draw
Version:
latest (0.0.3)
0.0.3
0.0.1
renders points of an icosahedron
bingomanatee/icosahedron-draw
icosahedron-draw
/
index.js
7 lines
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.exports = {
Polysphere
:
require
(
'./lib/Polysphere.js'
),
Triangle
:
require
(
'./lib/Triangle'
),
canvas_to_file:
require
(
'./lib/canvas_to_file.js'
),
render_poly:
require
(
'./lib/render_poly.js'
),
Polygon
:
require
(
'./lib/Polygon'
) };