Thanks to visit codestin.com
Credit goes to github.com

Skip to content

codedread/kthoom

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

191 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kthoom

Kthoom is a comic book archive reader that runs in the browser using client-side open web technologies such as JavaScript, HTML5, the File API, Web Workers, and Typed Arrays.

OPEN KTHOOM COMIC BOOK READER.

Documentation

File Support

  • .cbz (zip)
  • .cbr (rar)
  • .cbt (tar)

Keyboard Shortcuts

  • O: Open files
  • Right/Left: Next/Previous page
  • ]: Next book
  • [: Prev book
  • H/W: Scale to height/width
  • B: Best Fit mode
  • R/L: Rotate right/left
  • X: Toggle progress bar visibility
  • F: Flip one way, then the other, then restore orientation
  • ?: Bring up Help screen

If kthoom thinks the browser is in full-screen mode, it will hide the progress bar.

You can tell kthoom to open as many books as you like in the Choose Files dialog (shift-select all the books you want to open). Then navigate between books using the square bracket keys or use the Library drawer.

Binary File Support

NOTE: kthoom loads in local compressed files and decompresses them in the browser, which means that kthoom has an implementation of unzip, unrar and untar in JavaScript. This code has been migrated to its own library: BitJS, a more general purpose library to deal with binary file data in native JavaScript.

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.3%
  • Go 4.7%
  • HTML 3.6%
  • CSS 1.4%