runemadsen / rune.js

A JavaScript library for programming graphic design systems with SVG
http://runemadsen.github.io/rune.js
MIT License
654 stars 35 forks source link

Bower support #37

Closed glfmn closed 6 years ago

glfmn commented 6 years ago

Would it make sense to have this available through bower? Or is there another preferred way (aside from npm)?

runemadsen commented 6 years ago

I don't use Bower myself, but you should feel free to submit a PR :) I normally either just use the compiled release, or I package the library with Webpack from the npm module. Happy to answer any questions if you have them :)