Monorepo for React bindings around foliate-js, built with TypeScript tooling. The packages/foliate-reader package ships ESM and CJS outputs via tsup alongside linting and testing setups.
Run Storybook from the repo root to explore the component stories:
npm run storybookYou can generate a static build with:
npm run build-storybook