jcblw / vsvg

〰️ A minimal virtual svg dom that allows some basic dom Node api methods.
https://www.npmjs.org/package/vsvg
14 stars 1 forks source link

appendChild text #17

Open jcblw opened 9 years ago

jcblw commented 9 years ago

I know this is not spec but it would be great for templating like syntax. eg

var text = vsvg.text;

text( {}, 'This is a bit of text' );