tods-tournament-pdfs

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

Usage no npm install needed!

<script type="module">
  import todsTournamentPdfs from 'https://cdn.skypack.dev/tods-tournament-pdfs';
</script>

README

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.

  • Starts server at http://localhost:1234
  • Visiting URL downloads test PDF
yarn start