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