An Electron app's for manga/comic reading.
- Search comic books inside the app
- Add comics into favorite list
- Read each episode in a single scrolling page
- Desktop Notification when subscribed comics has new update [still testing]
- Automatically adjust the size of each image to the height of app window
- Keyboard navigation (Left/Right change images; Up/Down change chapters)
- Read history
- Translation between Traditional Chinese and Simplified Chinese
- SF互動傳媒網 www.sfacg.com
- 8Comic 8comic.se
- dm5 www.dm5.com
- ...more coming
- Mobile View is broken at this moment.
Please remove the settings file at
Mac:
~/Library/Application\ Support/comic-reader/Settings
Windows:
%APPDATA%/<Your App>
Linux:
$XDG_CONFIG_HOME/<Your App>
or
~/.config/<Your App>
First install all the dependencies by using the following line
npm install
To execute the code use:
npm run dev
It will do automatically sass watching and compiling when there is a change made to the sass files. It also run a livereloadx server. Once any of the file under the project folder is changed, it will automatically refresh the app.
More detailed documentation is here: Wiki
- Define behavior in mobile view
- Revamp UI
- Different view mode (original size, fit screen-width)