desmos-builder
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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);

/desmos-builder/

    Package Sidebar

    Install

    npm i desmos-builder

    Weekly Downloads

    0

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    37.7 kB

    Total Files

    9

    Last publish

    Collaborators

    • yodalightsabr