LoadedFileBase64

data class LoadedFileBase64(val file: File, val dataUrl: String?, val mimeType: String?, val dataBase64: String?)

Constructors

Link copied to clipboard
constructor(file: File, dataUrl: String?, mimeType: String?, dataBase64: String?)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Tries to compress the given file to a jpg.

Link copied to clipboard

Returns true when the given file is an image that can be converted

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val file: File
Link copied to clipboard