/rune.js

A JavaScript library for programming graphic design systems with SVG

Primary LanguageJavaScriptMIT LicenseMIT

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