We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71bb0aa commit 37ae6e0Copy full SHA for 37ae6e0
sample/next-pages/pages/Sample.tsx
@@ -4,8 +4,6 @@ import { pdfjs, Document, Page } from 'react-pdf';
4
import 'react-pdf/dist/esm/Page/AnnotationLayer.css';
5
import 'react-pdf/dist/esm/Page/TextLayer.css';
6
7
-import './Sample.css';
8
-
9
import type { PDFDocumentProxy } from 'pdfjs-dist';
10
11
pdfjs.GlobalWorkerOptions.workerSrc = new URL(
0 commit comments