chenglou / domgraphs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:HTML 90.8%Language:Shell 9.2%