Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 720 Bytes

comics.md

File metadata and controls

20 lines (13 loc) · 720 Bytes

consumet.ts

COMICS

By using COMICS category you can interact with the book providers. And have access to the comic providers methods. Which allows you to search for comics, get the comic information, get the comic chapters with images to read.

// ESM
import { COMICS } from '@consumet/extensions';

// <providerName> is the name of the provider you want to use. list of the proivders is below.
const comicProvider = COMICS.<providerName>();

Comic Providers List

This list is in alphabetical order. (except the sub bullet points)

(back to table of contents)