UNPKG

epubinator

Version:

NPM package to generate epub files out of url

8 lines (7 loc) 113 B
export type OptionsType = { content: any multiurl: boolean title: string path: string author: string }