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
Originally posted by @Lucien0822 in #2 (comment)
The text was updated successfully, but these errors were encountered:
已解决。 IE中存在2个问题: 1是IE不支持Object.assign,加上相关Polyfill可以解决:
// .babellrc "plugins": [ "babel-plugin-transform-object-assign" ]
2是即使设置 img.crossOrigin,在IE11以下canvas图片仍不能跨域的问题, 可以通过ajax获取图片blob,再使用FileReader转为dataURL显示。 但是IE9不支持FileReader,因此仅支持到IE10+
Sorry, something went wrong.
No branches or pull requests
Originally posted by @Lucien0822 in #2 (comment)
The text was updated successfully, but these errors were encountered: