UNPKG
node-geogebra
Version:
latest (1.2.1)
1.2.1
1.2.0
1.0.1
1.0.0
Generate graphics with geogebra from nodejs
github.com/jmulet/node-geogebra
jmulet/node-geogebra
node-geogebra
/
index.js
4 lines
•
124 B
JavaScript
View Raw
1
2
3
4
module
.exports = {
GGBPool
:
require
(
"./dist/GGBPool"
).
GGBPool
,
GGBPlotter
:
require
(
"./dist/GGBPlotter"
).
GGBPlotter
}