From b618fb9b312a66f8d733f801b5a5f0b5757235c8 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:43:27 +0100 Subject: [PATCH] docs: fix imports --- docs/importing.md | 10 ++++++---- docs/migration-v3-to-v4.md | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/importing.md b/docs/importing.md index 45891e0..4bf63db 100644 --- a/docs/importing.md +++ b/docs/importing.md @@ -72,10 +72,12 @@ As PDFKit internally relies on several different built in modules of Node.js, it PDFKit provides a pre-built bundle that can be used directly in the browser. Similarly SwissQRBill also provides a pre-built bundle. It can be imported from the JSDelivr CDN as follows: ```html - + + +``` + +```html + ``` The bundle exposes all exports in the global variable `SwissQRBill`. diff --git a/docs/migration-v3-to-v4.md b/docs/migration-v3-to-v4.md index b0edb0d..faf3d3d 100644 --- a/docs/migration-v3-to-v4.md +++ b/docs/migration-v3-to-v4.md @@ -85,7 +85,7 @@ If you previously used the pre built bundle, provided by SwissQRBill, you now ha - + ``` Again, please have a look at the [importing documentation](./importing.md) for more information and examples on how to import the library now.