-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawing directly onto the Page in an Overlay #25
base: master
Are you sure you want to change the base?
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/shizukuichi/pdf-editor/CfbGU2v8SLWP94e3MVF4q5wz7h8G |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mladoi, this is awesome. Thank you for adding this functionality. Elegantly implemented.
@ShizukuIchi, this PR looks really good. When you get a minute, it would be great if you could have a look. Needing this functionality was one of the reasons I searched for a library like yours in the first place. |
Added PageOverlay component which creates a page covering canvas for drawing directly on the selected page.
Similar to the signature feature it uses the Drawing component for rendering.