Last active
November 11, 2020 20:39
-
-
Save jhancock532/a12f01689c9f3660ae15f119e673462c to your computer and use it in GitHub Desktop.
How to get Dada artists on dada.art
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var img = new Image; | |
img.crossOrigin = "Anonymous"; | |
img.onload = function () { | |
ctx_final.drawImage(img, 0, 0, img.width * 0.64, img.height * 0.69); | |
} | |
img.src = 'https://res.cloudinary.com/dvxmjunfv/image/upload/v1605120751/Photos/Dada_artists__group_photograph__1920__Paris.jpg'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice hacking the system! You should definitely join our working group to help us 'break' things in testing!