Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 546 Bytes

r2-navigator-web Build Status

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

  1. Clone this repository
  2. Run npm install
  3. Use commands such as:
    • npm run build Build project.
    • npm run test Run the test suite.