UNPKG

fandomscraper

Version:

A package to scrap fandoms wikis characters page. Only scraps the characters info section and the list of all repertoried characters.

6 lines (5 loc) 140 B
import { SilentVoiceEN, SilentVoiceFR } from "./schemas"; export const SilentVoice = { fr: SilentVoiceFR, en: SilentVoiceEN };