Add google drive support
This commit is contained in:
@@ -9,7 +9,6 @@ export * from './web-import'
|
||||
const zipTypes = ['zip', 'cbz', 'ZIP', 'CBZ'];
|
||||
const imageTypes = ['image/jpeg', 'image/png', 'image/webp'];
|
||||
|
||||
|
||||
export async function unzipManga(file: File) {
|
||||
const zipFileReader = new Uint8ArrayReader(new Uint8Array(await file.arrayBuffer()));
|
||||
const zipReader = new ZipReader(zipFileReader);
|
||||
|
||||
Reference in New Issue
Block a user