feat: scrolling manhwa

This commit is contained in:
2024-07-12 01:32:32 +03:00
parent ccbd9b2f5c
commit 35ff603849
3 changed files with 62 additions and 21 deletions

View File

@@ -1,7 +1,10 @@
import { Page } from "../../services/parsers/rulib/rulib.chapter.dto";
interface CachedPage extends Page {
export interface CachedPage extends Page {
imageData?: Uint8Array;
imageUrl: string;
isManhwa: boolean;
}
export interface CachedPages {