Run a comic viewer website
npm install comic-viewerComic Viewer
============
Run a comic viewer website locally.
Install
-------
```
npm install -g comic-viewer
Usage
-----
`
Comic Viewer
Usage:
comic-viewer [--port
comic-viewer [--port
comic-viewer --help | --version
Options:
--port
--start Start the server, if the server is not already running.
--stop Stop the server.
--run-with
--help Show help message.
--version Show version number.
`
For example:
``
comic-viewer --start "C:\My Pictures\test.jpg"
Hotkeys
-------
* [ - previous directory.]
* - next directory.q
* - upper level directory.b
* - bookmark this file.shift+b
* - open latest bookmark.ctrl+enter
* - open explorer.shift+pageup
* - scroll up one page.shift+pagedown
* - scroll down one page.0
* - show original size.8
* - match window width.=
* - zoom in.-
* - zoom out.
Todos
-----
* In firefox with overflow hidden, the page won't scroll to correct position while searching.
Related apps
------------
* https://www.ptt.cc/bbs/EZsoft/M.1303122670.A.D98.html
* https://www.ptt.cc/bbs/EZsoft/M.1445671038.A.4AF.html
* https://www.ptt.cc/bbs/EZsoft/M.1433411258.A.B80.html
Changelog
---------
* 0.4.1 (Dec 2, 2025)
- Fix: exclude unwanted files in package.
* 0.4.0 (Dec 2, 2025)
- Update dependencies.
- Fix security issues. Now open command can only start folders and images.bower command not found
- Add: use natsort.
* 0.3.1 (Apr 12, 2016)
- Fix bug.opener
* 0.3.0 (Apr 12, 2016)
- Drop bower depency, use github tarball.
* 0.2.0 (Apr 11, 2016)
- Replace with open.--run-with
- Add option.--start/--stop` is set.
- Only read lock file if
- Change some style.
- Fix bookmark bug.
- Add resize function.
* 0.1.1 (Apr 9, 2016)
- Fix prev/next undefined bug.
- Use localhost hostname.
* 0.1.0 (Apr 9, 2016)
- First release