@readium/navigator-web
v1.4.2
Published
A Readium Navigator module for the web, written in TypeScript
Downloads
12
Keywords
Readme
r2-navigator-web
A web-based Readium Navigator implementation, written in TypeScript.
Usage
(WIP, placeholder)
import ReadiumNavigator from '@readium/navigator-web';
Development
Requirements
- Node.js 10+
- npm / yarn
Getting started
- Clone this repository
- Run
npm install
- Use commands such as:
npm run build
Build project.npm run test
Run the test suite.