diff --git a/pitfall/README.md b/pitfall/README.md index 7e9d8b6b..3ff51160 100644 --- a/pitfall/README.md +++ b/pitfall/README.md @@ -1,11 +1,14 @@ -pitfall ![Build Status](https://github.com/mbutterick/pitfall/workflows/CI/badge.svg) -- +## pitfall ![Build Status](https://github.com/mbutterick/pitfall/workflows/CI/badge.svg) + Racket library for generating PDFs. Based on [PDFKit](https://github.com/devongovett/pdfkit). -License -- +## License MIT Fonts in `ptest` folder are under separate licenses included there. + +## Project status + +Actively developed, though it’s not clear what more needs to be done. Most of the functionality from PDFKit has been ported over. This project is built to support [Quad](https://github.com/mbutterick/quad). I have no plans to release it as a standalone library or write documentation. In truth, I don’t know how a lot of this code works.