You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **NOTE**: For this to work, make sure your tooling/bundler supports importing CSS files. Otherwise, you can always use a `<link rel="stylesheet">` in your HTML file.
@@ -88,8 +88,8 @@ import PdfmakeHtmlRenderer from 'pdfmake-html-renderer'
88
88
This library was built using the [Svelte](https://svelte.dev/) framework, which should allow integrating it into pretty much any web application:
89
89
90
90
- To consume it from a [Svelte](https://svelte.dev/) application, you may have to add build tooling to support TypeScript into your pipeline, as Svelte needs to compile the components from source
91
-
- For a [React](https://reactjs.org/) or [Vue.js](https://vuejs.org/) application, you can use an adapter like [`svelte-adapter`](https://github.com/pngwn/svelte-adapter)
92
-
- For other frameworks or VanillaJS, have a look at the [Svelte Component API](https://svelte.dev/docs/client-side-component-api)
91
+
- Note: This version was built using Svelte 5. For Svelte 4 support, use version 0.3 of this library
92
+
- For other frameworks or VanillaJS, have a look at the [Svelte Component API](https://svelte.dev/docs/svelte/imperative-component-api). Due to problems with using an external import of the `svelte` package after the Svelte 5 update, the `/standalone` build already includes the `mount`/`unmount` functions
93
93
94
94
Check out the `/examples` folder for some example projects.
0 commit comments