We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6dde0 commit eaaf7bbCopy full SHA for eaaf7bb
example/index.tsx
@@ -241,7 +241,6 @@ const LoadPdfWithUrl = () => {
241
async (url: string) => {
242
const response = await fetch(url);
243
const manifest = await response.json();
244
- console.log(manifest);
245
const syntheticUrl = URL.createObjectURL(
246
new Blob([JSON.stringify(manifest)])
247
);
0 commit comments