Skip to content

Latest commit

 

History

History

shared

Shared models to be used across other Readium projects and implementations in Typescript.

To test:

# Run the Jest tests
pnpm run test

It will output the results in your shell.

Locale files from edrlab/thorium-locales are vendored in src/locales/ and must be present before building. Update them when upstream changes:

pnpm run update-locales

This fetches all available locale files from the upstream repository and runs a coverage check.

To build:

pnpm run build

It will output files in dist.