Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 247 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 247 Bytes

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