feat: chapter changing and manga scaling
This commit is contained in:
9
apps/NwaifuAnime/src/app/components/reader/reader.dto.ts
Normal file
9
apps/NwaifuAnime/src/app/components/reader/reader.dto.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Page } from "../../services/parsers/rulib/rulib.chapter.dto";
|
||||
|
||||
interface CachedPage extends Page {
|
||||
imageData?: Uint8Array;
|
||||
}
|
||||
|
||||
export interface CachedPages {
|
||||
[key: number]: CachedPage;
|
||||
}
|
||||
Reference in New Issue
Block a user