Add avif
This commit is contained in:
@@ -1051,7 +1051,7 @@
|
|||||||
<th class="font-medium cursor-pointer w-10">
|
<th class="font-medium cursor-pointer w-10">
|
||||||
<button class="hover:text-green-500" on:click={async () => {
|
<button class="hover:text-green-500" on:click={async () => {
|
||||||
if(currentChar.type === 'character'){
|
if(currentChar.type === 'character'){
|
||||||
const da = await selectMultipleFile(['png', 'webp', 'mp4', 'mp3', 'gif', 'jpeg', 'jpg', 'ttf', 'otf', 'css', 'webm', 'woff', 'woff2', 'svg'])
|
const da = await selectMultipleFile(['png', 'webp', 'mp4', 'mp3', 'gif', 'jpeg', 'jpg', 'ttf', 'otf', 'css', 'webm', 'woff', 'woff2', 'svg', 'avif'])
|
||||||
currentChar.data.additionalAssets = currentChar.data.additionalAssets ?? []
|
currentChar.data.additionalAssets = currentChar.data.additionalAssets ?? []
|
||||||
if(!da){
|
if(!da){
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user