UNPKG

@cantoo/pdf-lib

Version:

Create and modify PDF files with JavaScript

10 lines 250 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class PDFSvg { constructor(svg, images = {}) { this.svg = svg; this.images = images; } } exports.default = PDFSvg; //# sourceMappingURL=PDFSvg.js.map