UNPKG

@rpidanny/pdf2md

Version:
8 lines (7 loc) 202 B
// A page which holds PageItems displayable via PdfPageView module.exports = class Page { constructor (options) { this.index = options.index this.items = options.items || [] // PageItem } }