pdfslick icon indicating copy to clipboard operation
pdfslick copied to clipboard

Minor documentation change

Open m4nh opened this issue 7 months ago • 1 comments

In your Svelte Getting Started guide: https://pdfslick.dev/docs/svelte there is a minor error:

import "@pdfslick/solid/dist/pdf_viewer.css";

Should be:

import '@pdfslick/core/dist/pdf_viewer.css';

Just to avoid Svelte user to download the solid version. Sorry if I'm being a pain in the ass :)

m4nh avatar Jul 17 '24 13:07 m4nh