Support svg outputs in assets panel

This commit is contained in:
Austin Mroz
2026-03-24 13:42:43 -07:00
parent fe1fae4de1
commit 81adc80ad7

View File

@@ -542,7 +542,8 @@ const IMAGE_EXTENSIONS = [
'bmp',
'avif',
'tif',
'tiff'
'tiff',
'svg'
] as const
const VIDEO_EXTENSIONS = ['mp4', 'webm', 'mov', 'avi'] as const
const AUDIO_EXTENSIONS = ['mp3', 'wav', 'ogg', 'flac'] as const