jvmMain.io.github.jan.supabase.compose.auth.ui.SvgPainterJvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-auth-ui-jvm Show documentation
Show all versions of compose-auth-ui-jvm Show documentation
Extends supabase-kt with a Apollo GraphQL Client
package io.github.jan.supabase.compose.auth.ui
import androidx.compose.ui.graphics.painter.Painter
import androidx.compose.ui.res.loadSvgPainter
import androidx.compose.ui.unit.Density
import io.github.jan.supabase.annotations.SupabaseInternal
@SupabaseInternal
actual fun svgPainter(bytes: ByteArray, density: Density): Painter = loadSvgPainter(bytes.inputStream(), density)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy