nativescript-epub
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

NativeScript ePub Reader Plugin

NativeScript plugin to open and read ePub files natively. Currently only supported on iOS.

Getting Started

  • npm install nativescript-pdf
  • Place your epub files in your App_Resources/iOS directory.
  • Import EPubReader in your page and open the file.

Code Sample

import {Observable} from 'data/observable';
import {EPubReader} from 'nativescript-epub';

export class HelloWorldModel extends Observable {

  constructor() {
    super();

    let epubReader = new EPubReader();
    epubReader.open('book');
  }

}

Example

Image

Credits

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    3

Package Sidebar

Install

npm i nativescript-epub

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • sean-perkins