This is a Typst package to display chessboards. It is available on Typst Universe.
This project consists of a Typst library and a plugin written in Rust. Sources for the library are under src/
, and sources for the plugin are in plugin/
.
This project can be built into a proper Typst package and tested by build.py
. This build script was made for Python 3.12, and does not require anything outside of the standard library.
The tests/
directory contains a small test suite.
For more information on how to use this package, take a look at the rendered README on Typst Universe.
Unless otherwise stated, the contents of this repository are licensed under the MIT License, with the exception of the chess pieces under src/assets/
. Those are licensed under the GNU General Public License, version 2. They were initially published on Wikimedia by Cburnett, and later modified by other contributors.