PlatformFileLoader

object PlatformFileLoader : ImageBitmapLoader<PlatformFile>

An ImageBitmapLoader that loads ImageBitmap from a PlatformFile.

This loader uses FileKit's PlatformFile which works across all supported platforms (Android, iOS, Desktop, Web).

Functions

Link copied to clipboard
open suspend override fun load(input: PlatformFile): ImageBitmap