0.1.0 • Published 10 years ago

svg v0.1.0

Weekly downloads
1,498
License
-
Repository
github
Last release
10 years ago

svg

Create svg elements from a string

Example

var svg = require("svg")

var text = "<rect fill='blue' height='50' width='50'>"
var elem = svg(text)

Installation

npm install svg

Contributors

  • Raynos

MIT Licenced