Home

Awesome

Paths.js Demo application

This is an application to demonstrate the use of Paths.js with Facebook React to create interactive SVG graphics.

Running

The application uses NPM to manage the dependencies. To run it, first install the dependencies with

npm install

Then a running server can start with

npm start

Otherwise a self-contained distribution can be obtained with

npm run build

Status

The demo is still incomplete, and fails to show many of Paths.js features. A more complete demo can be found here.