/domgraphs

Access DOM from ReScript to plot graphs on a <canvas> element.

Primary LanguageReScript

DOM Graphs

Example of using bs-webapi to access the DOM and draw polar graphs and Lissajous figures.

Build

# for yarn
yarn build

# for npm
npm run build

Build + Watch

# for yarn
yarn start

# for npm
npm run start