pdfvuer
pdfvuer copied to clipboard
TypeScript suport to fix: {Module 'pdfvuer' is missing}
I have installed pdfvuer with npm install --save pdfvuer
but module is missing. I see pdfvuer in package.json file.
+1
+1
Tried releases down to version 1.0.5. with the same result.
Like i can't use pdfvuer, i have created my own vuejs component using pdf.js.
Just planning on the same here. vue-pdf package has the same issue too.
@TiphanieA @skylercole @kicaal @Pijuli TS support isn't there yet. I'll plan this in next release!
If you want a work around just add // @ts-ignore
before import pdf from 'pdfvuer'
or create your own typings using index.d.ts