UNPKG

@namiml/web-sdk

Version:

Nami Web SDK makes subscriptions & in-app purchases easy, with powerful built-in paywalls and A/B testing

8 lines (7 loc) 374 B
import { FontDetails } from "../types/paywall"; 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;