UNPKG
icosahedron-draw
Version:
latest (0.0.3)
0.0.3
0.0.1
renders points of an icosahedron
bingomanatee/icosahedron-draw
icosahedron-draw
/
lib
/
ctx_test.js
5 lines
(4 loc)
•
65 B
JavaScript
View Raw
1
2
3
4
5
this
.
foo
=
3
;
module
.
foo
=
4
;
exports
.
foo
=
5
;
console
.
log
(foo);