Добавление отображения обложки (coverpage) в окне загруженных файлов

This commit is contained in:
Book Pauk
2022-07-15 00:47:24 +07:00
parent b56f45694e
commit 7fc98fc7da
6 changed files with 92 additions and 5 deletions

View File

@@ -363,4 +363,8 @@ export function getBookTitle(fb2) {
]).join(' - ');
return result;
}
export async function resizeImage(dataUrl) {
return dataUrl;
}