Skip to content

Commit

Permalink
Adds missing canvas layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Titou325 committed Jul 25, 2024
1 parent 51e0ba5 commit 58213aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/examples/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ const MyPDFReader = () => (
<Root fileURL="path/to/my.pdf">
<Viewport>
<Pages>
<Page />
<Page>
<CanvasLayer />
</Page>
</Pages>
</Viewport>
</Root>
Expand Down

0 comments on commit 58213aa

Please sign in to comment.