UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

18 lines 644 B
export * from "./form"; export * from "./text"; export * from "./colors"; export * from "./errors"; export * from "./objects"; export * from "./operations"; export * from "./operators"; export * from "./rotations"; export * from "./sizes"; export * from "./PDFPageOptions"; export * from "./PDFDocumentOptions"; export * from "./StandardFonts"; export { default as PDFDocument } from "./PDFDocument"; export { default as PDFFont } from "./PDFFont"; export { default as PDFImage } from "./PDFImage"; export { default as PDFPage } from "./PDFPage"; export { default as PDFEmbeddedPage } from "./PDFEmbeddedPage"; //# sourceMappingURL=index.js.map