Hierarchy

  • Pages

Constructors

Properties

Methods

Constructors

  • Parameters

    • pages: { title: string; url: string }[]

      Pages of the manga chapter

    Returns Pages

Properties

pages: { title: string; url: string }[]

Methods

  • Builds the PDF of the chapter pages

    Returns

    A Buffer of the PDF

    Returns Promise<Buffer>

  • Builds the PDF of the chapter pages

    Returns

    Filename of the PDF

    Parameters

    • filename: string

      Filename of the PDF

    Returns Promise<string>

  • Downloads the pages of the manga chapter and saves it in a folder

    Returns

    Parameters

    • folderName: string

      Name of the folder to save the the downloaded chapter pages

    Returns Promise<void>

Generated using TypeDoc