Search Docs
Loading...
Skip to content

Variable: MimeType

const MimeType: object;

Represents the MIME types used in the editor.

Type Declaration#

Name Type
Png "image/png"
Jpeg "image/jpeg"
WebP "image/webp"
Tga "image/x-tga"
Svg "image/svg+xml"
Wav "audio/wav"
Mp4Audio "audio/mp4"
Mp4 "video/mp4"
QuickTime "video/quicktime"
Binary "application/octet-stream"
Pdf "application/pdf"
Zip "application/zip"

Deprecated#

Use the MimeType string literal types instead.