Desmos builder
Generate Desmos links in 5 lines of code
Installation
npm install desmos-builder
yarn add desmos-builder
Usage
import { Graph } from 'desmos-builder';
new Graph()
.addExpression("y=2^x")
.save()
.then(console.log);
Generate Desmos links in 5 lines of code
npm install desmos-builder
yarn add desmos-builder
import { Graph } from 'desmos-builder';
new Graph()
.addExpression("y=2^x")
.save()
.then(console.log);
npm i desmos-builder
0
1.0.1
MIT
37.7 kB
9