To install dependencies:
bun installTo run:
bun run index.jsThis project was created using bun init in bun v1.3.12. Bun is a fast all-in-one JavaScript runtime.
curl -X POST http://localhost:3000 --data-binary @file.html --output out.pdfdocker build -t html-to-pdf .
docker run -p 3000:3000 html-to-pdfcurl -X POST http://localhost:3000 --data-binary @file.html --output out.pdf