2026-07-01 03:24:43 +00:00
|
|
|
export declare function hashUrl(url: string): string;
|
2026-07-02 02:07:32 +00:00
|
|
|
/** Resolve a local path or remote URL to a PNG local path readable by OpenCV / RNFS */
|
2026-06-26 07:23:52 +00:00
|
|
|
export declare function resolveImageUrl(source: string, cacheFileName?: string): Promise<string>;
|