UNPKG

@hyext/preload

Version:

A tools for huya miniapp builder preload something

5 lines (4 loc) 333 B
export declare function checkBgSize(url: string, projectPath?: string): Promise<void>; export declare function checkBgSizeByLocal(imageLocalPath: string): void; export declare function tryCheckBgSizeByLocal(url: string, projectPath: string): void; export declare function findAssetPath(url: string, projectPath: string): string;