Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 585 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 585 Bytes

Rune.js

Rune.js is a JavaScript library for programming graphic design systems with SVG.

Follow @runemadsen for announcements.

Building and running tests

This repo uses the rune.plugin.js package for building and running the tests in both node and the browser:

$ rune build
$ rune test node
$ rune test browser

Contributors