Skip to content

pantoken / plugins/pantoken/simple-icons/src / defaultRegistry

פונקציה: defaultRegistry()

defaultRegistry(): Promise<SimpleIconsRegistry>

בטא

יבא באופן עצלני את חבילת simple-icons כ-SimpleIconsRegistry.

מחזיר

Promise<SimpleIconsRegistry>

הייצואים של si* מהמודול simple-icons.

דוגמה

הזינו את הרישום הטעון באופן עצלני לתוך ה-hook של הטוקן

ts
import { simpleIcons, defaultRegistry } from "@pantoken/plugin-simple-icons";

const registry = await defaultRegistry();
simpleIcons({ registry, slugs: ["github"] });