https://github.com/chocolatkey/xbreader
The X-tra Beautiful comic reading interface (In development)
https://github.com/chocolatkey/xbreader
Last synced: 6 months ago
JSON representation
The X-tra Beautiful comic reading interface (In development)
- Host: GitHub
- URL: https://github.com/chocolatkey/xbreader
- Owner: chocolatkey
- License: mit
- Created: 2018-07-22T04:45:43.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-05-12T04:49:19.000Z (about 1 year ago)
- Last Synced: 2024-12-03T13:11:30.610Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.85 MB
- Stars: 29
- Watchers: 9
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-readium - xbreader - a manga viewer written in TypeScript (Compatible with Readium Web Publications / Other apps)
README
# xbreader
[](https://www.npmjs.com/package/xbreader)
[](https://bundlephobia.com/result?p=xbreader)
[](https://packagephobia.now.sh/result?p=xbreader)
[](https://www.npmjs.com/package/xbreader)
[](https://www.npmjs.com/package/xbreader)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fchocolatkey%2Fxbreader?ref=badge_shield)> A fixed-layout publication reader for the web
## Setup
add xbreader as a dependency
```bash
npm install xbreader
yarn add xbreader
```or use over a cdn
```bash
https://cdn.jsdelivr.net/npm/xbreader/dist/xbreader.js
https://cdn.jsdelivr.net/npm/xbreader/dist/xbstyles.css
or
https://unpkg.com/xbreader/dist/xbreader.js
https://unpkg.com/xbreader/dist/xbstyles.css
```## Configuration
window.xbreader takes an XBConfig instance. Click [here](https://github.com/chocolatkey/xbreader/blob/master/src/app/components/Reader.ts#L78) for the default configuration.
## Documentation
Coming Soon!
## License
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fchocolatkey%2Fxbreader?ref=badge_large)