binsarjr / svelte-printpdf

My Component Print PDF support color,flexbox and grid system because using window.print() and css print.
https://svelte-printpdf.vercel.app
7 stars 2 forks source link

PrintPdf does not exist in the module #6

Open stefan2do opened 1 month ago

stefan2do commented 1 month ago

I tried to use svelte-printpdf for my application but I've got an error "The module does not have any exported member - Printpdf"

ak4zh commented 2 weeks ago

Use this: import Printpdf, { Page } from 'svelte-printpdf';