API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceImageAssetOptions

@codexo/exojs / assets / stable

Options accepted by an asset of the built-in `image` type.

1
props
0
methods
0
events
Import
import { ImageAssetOptions } from '@codexo/exojs'

Options accepted by an asset of the built-in `image` type.

Properties1
mimeType?: string
MIME type for the intermediate blob. Inferred from the magic bytes when omitted.
Source