0.1.6 • Published 3 years ago

tods-tournament-pdfs v0.1.6

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

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