UNPKG

grapesjs

Version:

Free and Open Source Web Builder Framework

10 lines (6 loc) 215 B
const ComponentView = require('./ComponentView'); module.exports = ComponentView.extend({ _createElement: function(tagName) { return document.createElementNS('http://www.w3.org/2000/svg', tagName); } });