Skip to content

npm-dom/svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 23, 2014
b4f3ccd · Jun 23, 2014

History

4 Commits
Jun 23, 2014
Aug 26, 2012
Aug 26, 2012
Aug 26, 2012
Aug 26, 2012
Jun 23, 2014

Repository files navigation

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