Skip to content

Commit

Permalink
docs: improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Nov 10, 2023
1 parent 1159861 commit ce3f7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/importing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const { SwissQRBill } = require("swissqrbill/svg");
>
> This demo on StackBlitz does only work in Chrome. If you want to try it in another browser, you need to download the project and run it locally.
As PDFKit internally relies on several different built in modules of Node.js, it is not possible to use it directly in the browser. Instead, you need to bundle it with a tool like webpack. More information can be found in the [PDFKit repository](https://github.com/foliojs/pdfkit/tree/master/examples/webpack)
As PDFKit internally relies on several different built in modules of Node.js, it is not possible to use it directly in the browser. Instead, you need to bundle those node dependencies with a tool like webpack. More information can be found in the [PDFKit repository](https://github.com/foliojs/pdfkit/tree/master/examples/webpack)

### Browser: Pre-built bundle

Expand Down

0 comments on commit ce3f7d7

Please sign in to comment.