Add character count

This commit is contained in:
ZXY101
2023-09-25 14:14:32 +02:00
parent 9459165dbd
commit f06823e4e3
3 changed files with 57 additions and 8 deletions

View File

@@ -33,6 +33,7 @@ export type Settings = {
displayOCR: boolean;
boldFont: boolean;
pageNum: boolean;
charCount: boolean;
hasCover: boolean;
mobile: boolean;
backgroundColor: string;
@@ -64,6 +65,7 @@ const defaultSettings: Settings = {
textBoxBorders: false,
boldFont: false,
pageNum: true,
charCount: false,
mobile: false,
backgroundColor: '#0d0d0f',
fontSize: 'auto',