Skip to content

runemadsen/rune.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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