-
Notifications
You must be signed in to change notification settings - Fork 26
feat: Support PDF annotation #67
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
Conversation
|
Visit the preview URL for this PR (updated for commit 5661b19): https://js-draw--pr67-work-pdf-support-9v0zw3ml.web.app (expires Mon, 13 Jan 2025 10:46:32 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e560ee6f7bb6b79cb55b42fb4c05e9fd1b5c506e |
The dist-test key referenced a script that does not exist.
Only a watch command was available.
|
Direct link to example: https://js-draw--pr67-work-pdf-support-9v0zw3ml.web.app/examples/example-pdf/example.html |
|
Closing for now. This pull request (or a similar one with a different approach) may be re-opened in the future. |
Summary
Adds support for PDF annotation through a new
@js-draw/pdf-supportpackage. This package exposes an interface that must be implemented for whichever PDF backend is to be used.It should be possible to access a built version of the PDF editor example here.
To-do
docs/examples/pdf-supportand into a package that can be published to NPM.