consumet.ts

BOOKS

By using `BOOKS` category you can interact with the book providers. And have access to the book providers methods. Which allows you to search for books, get the book information, get the book pdf/epub links. ```ts // ESM import { BOOKS } from '@consumet/extensions'; // is the name of the provider you want to use. list of the proivders is below. const bookProvider = BOOKS.(); ``` ## Book Providers List This list is in alphabetical order. (except the sub bullet points) - [Libgen](../providers/libgen.md)

(back to table of contents)