Skip to content
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

Fail with RequireJS #533

Closed
Ajaxy opened this issue Feb 11, 2015 · 1 comment
Closed

Fail with RequireJS #533

Ajaxy opened this issue Feb 11, 2015 · 1 comment

Comments

@Ajaxy
Copy link

Ajaxy commented Feb 11, 2015

html2canvas is not compatible with RequireJS modular system and it even fails with its non-AMD "shims" mechanism.

It happens because html2canvas contains vendor libraries such as es6-promise and punycode that provide themselves into AMD modular system making modular system think that the whole file is raw AMD module.

Please, add support for AMD, because now it's impossible to use it normally. Thanks.

@usmonster
Copy link
Contributor

Duplicate of #528--feel free to subscribe to that issue and close this one.

@Ajaxy Ajaxy closed this as completed Feb 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants