Skip to content

CourtHive/tods-tournament-pdfs

Repository files navigation

TODS Tournament PDFs

Generates PDFs for Draw Sheets, Sign-in sheets, and schedules.

Online Documentation

Installation

yarn add tods-tournament-pdfs
yarn install

Test

Runs all tests and writes PDF output to src/test/pdfs.

yarn test

Examples

There is one example of calling PDF generation method from React.

yarn start