forgejo-pdf/worker/pdf/assets/js/runtime.js
codex 1ce1370983
Some checks failed
pdfexport / pdfexport-worker-fixtures (push) Has been cancelled
Add server-side Markdown→PDF export (v0.1)
2025-12-16 17:52:53 +00:00

4 lines
235 B
JavaScript

// This file is intentionally tiny; the heavy dependencies are loaded as file:// assets.
// It serves as a stable entrypoint for in-page render orchestration.
// (The actual work is executed by src/render_pdf.js via page.evaluate().)