Add drag & drop import

This commit is contained in:
kwaroran
2024-10-30 12:54:10 +09:00
parent de7a6ca224
commit d487bf298b
2 changed files with 17 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ export async function importCharacter() {
}
}
async function importCharacterProcess(f:{
export async function importCharacterProcess(f:{
name: string;
data: Uint8Array|File|ReadableStream<Uint8Array>
}) {