tods-tournament-pdfs
v0.1.6
Published
Generates PDFs for Draw Sheets, Sign-in sheets, and schedules.
Downloads
7
Maintainers
Readme
TODS Tournament PDFs
Generates PDFs for Draw Sheets, Sign-in sheets, and schedules.
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.
- Starts server at http://localhost:1234
- Visiting URL downloads test PDF
yarn start