/// import { Asset } from 'expo-asset'; import type { ImageSource } from '../image.types'; import wizardTowerNightAsset from './wizard-tower-night.webp'; // Web variant. The bundled WebP's URL, which the image layer fetches. export const wizardTowerNight: ImageSource = Asset.fromModule(wizardTowerNightAsset).uri;