Iddan Aaronsohn
Iddan Aaronsohn
This is a general HTML Canvas issue. Check this discussion: https://stackoverflow.com/questions/25753754/canvas-todataurl-security-error-the-operation-is-insecure. Closing as it is not relevant only for this project.
PRs are welcome to fix it here as well.
I guess because it is insecure to load images from an anonymous origin
Maybe it has to do with CORS headers
Awesome work! To make it more compatible with the Web API: I think the canvas should have fonts property which will be a `FontFaceSet`. `FontFaceSet` will be initiated with a...
Sweet! Thank you so much. FontFace can either get Canvas instance as well
Looks good. But it doesn't use the `FontFaceSet`. Can you do it?
Sorry, I was not clear enough. I meant you should represent the fonts interface on the React Native Side with a class of `FontFaceSet` and expose an API is similar...
Yes
@RobinBobin do you think it should be added to the library?