Add drag & drop import
This commit is contained in:
@@ -41,7 +41,7 @@ export async function importCharacter() {
|
||||
}
|
||||
}
|
||||
|
||||
async function importCharacterProcess(f:{
|
||||
export async function importCharacterProcess(f:{
|
||||
name: string;
|
||||
data: Uint8Array|File|ReadableStream<Uint8Array>
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user