package expo.modules.image.blurhash import android.net.Uri data class BlurhashModel( val uri: Uri, val width: Int, val height: Int )