Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 777 Bytes

File metadata and controls

21 lines (14 loc) · 777 Bytes

consumet.ts

ANIME

By using ANIME category you can interact with the anime providers. And get access to the anime providers methods. Which allows you to search for anime, get the anime information, get the anime episodes with streaming links.

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

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

Anime Providers List

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

(back to table of contents)