UNPKG

@payfit/unity-themes

Version:

5 lines (4 loc) 374 B
/** Verifies that each local font URL emitted by Unity resolves inside dist. */ export declare function verifyFontUrls(css: string, cssPath: string, distPath: string, isFile: (filePath: string) => boolean): void; /** Verifies that each local font URL resolves to a regular packaged file. */ export declare function verifyFontAssets(cssPath: string, distPath: string): void;