Shared models to be used across other Readium projects and implementations in Typescript.
To test:
# Run the Jest tests
pnpm run testIt 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-localesThis fetches all available locale files from the upstream repository and runs a coverage check.
To build:
pnpm run buildIt will output files in dist.