Graphite/website/other/bezier-rs-demos/README.md

524 B

Bezier-rs interactive documentation

Open these interactive docs: https://graphite.rs/libraries/bezier-rs/

This page also serves isolated demos for iframes used in the Rustdoc crate documentation.

Building and running

From this directory, first execute npm install to install the required Node dependencies. Then...

  • To run the development server with hot reloading:
    npm start
    
  • To compile an optimized production build:
    npm run build