Const
Registry of all available manga source configurations. Maps each supported source to its configuration.
export const MANGA_SOURCE_CONFIGS: Record<MangaSource, MangaSourceConfig> = { [MangaSource.Comick]: COMICK_CONFIG, [MangaSource.MangaDex]: MANGADEX_CONFIG,}; Copy
export const MANGA_SOURCE_CONFIGS: Record<MangaSource, MangaSourceConfig> = { [MangaSource.Comick]: COMICK_CONFIG, [MangaSource.MangaDex]: MANGADEX_CONFIG,};
Registry of all available manga source configurations. Maps each supported source to its configuration.