From ce3f7d7d5bf6d17b792958118e2d8297e3b6c502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:19:25 +0100 Subject: [PATCH] docs: improve description --- docs/importing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/importing.md b/docs/importing.md index 42d33f0..45891e0 100644 --- a/docs/importing.md +++ b/docs/importing.md @@ -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