Skip to content
/ vector Public
forked from vector-js/vector

A javascript for creating interactive graphics.

Notifications You must be signed in to change notification settings

vebko/vector

 
 

Repository files navigation

Vector.js

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

npm install

Build the library

npm run build

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

npm start

Web Site Development

Navigate into the website folder

cd website

Serve a local version of the site

hugo server

Tools

Acknowledgements

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

About

A javascript for creating interactive graphics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • TypeScript 30.7%
  • Other 1.6%