Implement a reader for epubs

This commit is contained in:
Jackson Harper
2023-04-15 08:22:54 +08:00
parent cd5ed5a4f3
commit 69df32d428
14 changed files with 218 additions and 23 deletions

View File

@ -244,6 +244,7 @@ export enum BulkActionType {
}
export enum ContentReader {
Epub = 'EPUB',
Pdf = 'PDF',
Web = 'WEB'
}