1.2.0 • Published 9 months ago

@readium/shared v1.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
9 months ago

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.

To build:

pnpm run build

It will output 6 files (shared.js and shared.umd.cjs, fetcher.js and fetcher.cjs) in dist.

To check the size limit:

# Check ths size limit is not exceeded
pnpm run size