• Find the best match for a Kenmei manga in the AniList entries

    Parameters

    • kenmeiManga: KenmeiManga

      The Kenmei manga to match.

    • anilistManga: AniListManga[]

      Array of potential AniList matches.

    • threshold: number = 0.7

      Minimum similarity threshold (0-1).

    Returns null | { manga: AniListManga; score: number }

    The best matching AniList entry and its score, or null if no good match