Searched refs:resolveBlurhashString (Results 1 – 11 of 11) sorted by relevance
2 import { resolveBlurhashString, resolveThumbhashString } from './resolveHashString';14 return resolveBlurhashString(source);28 : resolveBlurhashString(blurhash);
7 export declare function resolveBlurhashString(str: string): ImageSource; function
10 export declare function resolveBlurhashString(str: string): ImageSource; function
9 export function resolveBlurhashString(str) { function
10 export function resolveBlurhashString(str) { function
1 …resolveBlurhashString(str: string): ImageSource {\n const [blurhash, width, height] = str.replace…
1 …resolveBlurhashString, resolveThumbhashString } from './resolveHashString';\nimport { ImageNativeP…
1 …ource representing the provided blurhash.\n * */\nexport function resolveBlurhashString(str: strin…
2 import { resolveBlurhashString, resolveThumbhashString } from './resolveHashString';18 return resolveBlurhashString(source);31 : resolveBlurhashString(blurhash as string);
11 export function resolveBlurhashString(str: string): ImageSource {23 * Note: Unlike the `resolveBlurhashString` the `thumbhash:/` scheme has to be present,
15 export function resolveBlurhashString(str: string): ImageSource {