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

Node should probably be instances #1

Closed jcblw closed 9 years ago

jcblw commented 9 years ago

It would be nice to be able to do line instanceof VsvgNode or something similar to determine if the object being used is actually a real Node.