mirror of
https://github.com/foliojs/pdfkit.git
synced 2025-12-08 20:15:54 +00:00
15 lines
379 B
Markdown
15 lines
379 B
Markdown
# pdfkit-webpack-example
|
|
|
|
Simple example of using PdfKit with webpack
|
|
|
|
### Features
|
|
|
|
- Minimal webpack 5 setup
|
|
- Automatically register binary files added to static-assets folder
|
|
- Register AFM fonts provided by pdfkit
|
|
- Shows how to load and register files lazily
|
|
|
|
### Caveats
|
|
|
|
Production build does not work. Probably how pdf document is created (inside a `new Function` call)
|