Skip to content

Files

Latest commit

d53c55a · Nov 22, 2024

History

History
This branch is 2 commits behind readium/ts-toolkit:develop.

shared

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 22, 2024
Aug 12, 2021
Nov 1, 2022
Nov 1, 2022
Nov 22, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Nov 22, 2024
Nov 6, 2024
Nov 6, 2024

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