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
/
src
/
GGBOptions.ts
4 lines
•
83 B
text/typescript
View Raw
1
2
3
4
export
interface
GGBOptions
{
ggb
?:
"local"
|
"remote"
,
plotters
?:
number
}