react-native-mask-segment-c.../dist/utils/resolveImageUrl.d.ts
a1518 acd6d3a73d feat: add MaskSegmentApp source code and config
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 00:27:28 -07:00

3 lines
230 B
TypeScript

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