patchamama / chess-pdf

A PGN file to PDF conversion tool

Home Page:https://chess-pdf.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess PDF

GitHub Vercel Depfu

A chess PGN to PDF conversion tool

About

This project allows the user to load a chess PGN file into a chessboard, choose which moves they require to render as diagrams, and then save as a PDF complete with annotations.

The project relies on a custom TexLive server for typesetting purposes. See this project for more details.

Dependencies

PgnViewerJS - Simple PGN viewer with the necessary features to display chess games

Tech Stack

This website is built in Typescript using:

Limitations

The current limitations of this project include:

  • Does not currently render comments made before a move
  • Does not render annotations of variations
  • Does not allow diagrams of variations

These limitations are part of our roadmap, and would make for great contributions from the open source community.

Contributing

Contributions are encouraged. Please open an issue to discuss your ideas.

We use the GitHub Flow branching strategy. Add your code into a feature branch such as feature/feature-name.

License

Apache License 2.0

About

A PGN file to PDF conversion tool

https://chess-pdf.vercel.app

License:Apache License 2.0


Languages

Language:TypeScript 96.2%Language:SCSS 3.4%Language:JavaScript 0.3%Language:CSS 0.1%