GitHub - vector-js/vector: A javascript library for creating interactive graphics.

Warning: the master branch is in an unstable state. Currently, the development branch represents the future of this project.

Vector.js is a Javascript library for creating interactive graphics on the web. The library uses the existing web standards: HTML, SVG, and CSS and has no dependencies. See the Website for getting started, examples, and more.

Development

Clone the repository to your local environment.

git clone https://github.com/vector-js/vector.git

Install NPM dependencies

Build the library

Then start a local server to view the examples in the "index.html" page.

Web Site Development

Navigate into the website folder

Serve a local version of the site

Tools

Acknowledgements

Big shout out to Tania Rascia for her SCSS boilerplate, New Moon Syntax Theme, and inspiration.