method mangaManager.MangaManager.prototype.getMangaPictures
MangaManager.prototype.getMangaPictures(mangaId: number): Promise<mangaModel.MangaImages[]>

getMangaPictures: Get a Manga's Pictures from the Jikan API by its ID

Parameters

mangaId: number

Return Type

Throws

Error if status is not between 200 and 300

Usage

import { mangaManager } from ".";