Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 874 Bytes

light-novels.md

File metadata and controls

23 lines (14 loc) · 874 Bytes

consumet.ts

LIGHT_NOVELS

By using LIGHT_NOVELS category you can interact with the light novel providers. And have access to the light novel providers methods. Which allows you to search for light novels, get the light novel information, get the light novel chapters with text content to read.

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

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

Light Novels Providers List

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

(back to table of contents)