svg-engine
Version:
Create SVG files in Node.js
12 lines • 378 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SVG = void 0;
const SVGSVGInstance_js_1 = require("../instances/SVGSVGInstance.js");
class SVG extends SVGSVGInstance_js_1.SVGSVGInstance {
constructor() {
super();
this.attr("xmlns", "http://www.w3.org/2000/svg");
}
}
exports.SVG = SVG;
//# sourceMappingURL=svg.js.map
;