Home
last modified time | relevance | path

Searched refs:generateImageAsync (Results 1 – 23 of 23) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A Dfavicon.ts2 import { generateFaviconAsync, generateImageAsync } from '@expo/image-utils';
64 const { source } = await generateImageAsync(
/expo/packages/expo-notifications/plugin/__mocks__/@expo/
H A Dimage-utils.ts1 export async function generateImageAsync(input: any, { src }) { function
/expo/packages/expo-updates/plugin/__mocks__/@expo/
H A Dimage-utils.ts1 export async function generateImageAsync(input: any, { src }) { function
/expo/packages/@expo/config-plugins/__mocks__/@expo/
H A Dimage-utils.ts1 export async function generateImageAsync(input: any, { src }) { function
/expo/packages/@expo/prebuild-config/__mocks__/@expo/
H A Dimage-utils.ts1 export async function generateImageAsync(input: any, { src }) { function
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithIosIcons.ts3 import { generateImageAsync } from '@expo/image-utils';
84 const { source } = await generateImageAsync(
H A DwithAndroidIcons.ts9 import { compositeImagesAsync, generateImageAsync } from '@expo/image-utils';
389 await generateImageAsync(
/expo/packages/@expo/cli/__mocks__/@expo/
H A Dimage-utils.ts1 export async function generateImageAsync(input: { projectRoot: string }, { src }) { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashImages.ts3 import { generateImageAsync } from '@expo/image-utils';
159 const { source } = await generateImageAsync({ projectRoot, cacheType: IMAGE_CACHE_NAME }, {
H A DwithIosSplashAssets.ts2 import { generateImageAsync } from '@expo/image-utils';
151 const { source } = await generateImageAsync({ projectRoot, cacheType: IMAGE_CACHE_NAME }, {
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts9 import { generateImageAsync } from '@expo/image-utils';
124 await generateImageAsync(
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts1 import { generateImageAsync } from '@expo/image-utils';
159 await generateImageAsync(
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashImages.js161 } = await (0, _imageUtils().generateImageAsync)({
H A DwithAndroidSplashImages.js.map1 …generateImageAsync","cacheType","src","outputPath","folder","dirname","ensureDir","writeFile"],"so…
H A DwithIosSplashAssets.js163 } = await (0, _imageUtils().generateImageAsync)({
H A DwithIosSplashAssets.js.map1 …generateImageAsync","cacheType","src","writeFile","items","filter","Promise","all","map","_splash$…
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithIosIcons.js115 } = await (0, _imageUtils().generateImageAsync)({
H A DwithIosIcons.js.map1 …generateImageAsync","cacheType","src","name","width","height","removeTransparency","resizeMode","b…
H A DwithAndroidIcons.js350 return (await (0, _imageUtils().generateImageAsync)({
H A DwithAndroidIcons.js.map1 …generateImageAsync","width","height","resizeMode","borderRadius","undefined","source"],"sources":[…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js144 const resizedIcon = (await (0, _imageUtils().generateImageAsync)({
H A DwithAndroidNotifications.js.map1 …generateImageAsync","cacheType","src","width","height","resizeMode","backgroundColor","source","wr…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js119 …const resizedIcon = (await (0, image_utils_1.generateImageAsync)({ projectRoot, cacheType: 'androi…