react-native-mask-segment-c.../dist/utils/resolveImageUrl.d.ts

4 lines
284 B
TypeScript
Raw Normal View History

export declare function hashUrl(url: string): string;
/** 将本地路径或远程 URL 解析为 OpenCV / RNFS 可读的 PNG 本地路径 */
export declare function resolveImageUrl(source: string, cacheFileName?: string): Promise<string>;
//# sourceMappingURL=resolveImageUrl.d.ts.map