We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The panzoom library we currently use is written with CommonJS import style and we cannot import is in our tests.
CommonJS
The text was updated successfully, but these errors were encountered:
@ca-d gave an option written in Typescript: https://github.com/timmywil/panzoom
But this library isn't compatible with shadow DOM, there is an issue about this: timmywil/panzoom#536
I'm not sure when it can be fixed, maybe we can try to fix it. Otherwise, I haven't checked other options.
Sorry, something went wrong.
@JakobVogelsang @ca-d This should be fixed in order to continue #403, what is the best way to continue this?
We decided to not add the test that imports panzoom. So this is not a blocking issue
No branches or pull requests
The panzoom library we currently use is written with
CommonJS
import style and we cannot import is in our tests.The text was updated successfully, but these errors were encountered: