This commit is contained in:
orion kindel
2025-11-06 15:16:08 -06:00
commit ae5193700a
11 changed files with 761 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# mpcfill-pdf
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.js
```
This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.