UNPKG

@namiml/web-sdk

Version:

Subscription monetization infrastructure — drop-in SDK with no-code paywalls, onboarding flows, A/B testing for web

8 lines (7 loc) 374 B
import { FontDetails } from "@namiml/sdk-core"; export declare function prepareAndLoadFonts(fontsObject: { [key: string]: any; }): Promise<FontFaceSet>; export declare const loadFonts: (fonts: FontDetails[]) => Promise<FontFaceSet>; export declare function buildFontFaceFamily(font: FontDetails): string; export declare function sanitizeFontName(value: string): string;