Searched refs:staticSupportedSources (Results 1 – 3 of 3) sorted by relevance
39 const staticSupportedSources = sources42 if (staticSupportedSources.length === 0) {46 const srcset = staticSupportedSources49 const sizes = `${staticSupportedSources51 .join(', ')}, ${staticSupportedSources[staticSupportedSources.length - 1]?.width}px`;55 uri: staticSupportedSources[staticSupportedSources.length - 1]?.uri ?? '',
1 …staticSupportedSources = sources\n .filter(\n (s) => s.uri && s.width != null && !isBlurha…
63 const staticSupportedSources = sources constant71 if (staticSupportedSources.length === 0) {78 const srcset = staticSupportedSources81 const sizes = `${staticSupportedSources83 .join(', ')}, ${staticSupportedSources[staticSupportedSources.length - 1]?.width}px`;87 uri: staticSupportedSources[staticSupportedSources.length - 1]?.uri ?? '',