Cleanup, progress storing and settings handling

This commit is contained in:
ZXY101
2023-09-21 09:32:44 +02:00
parent 8e4c105f6c
commit da342e14e9
9 changed files with 235 additions and 120 deletions

View File

@@ -10,7 +10,7 @@ export type Page = {
img_width: number;
img_height: number;
blocks: Block[];
imgPath: string;
img_path: string;
};
export type MokuroData = {