Skip to content

Instantly share code, notes, and snippets.

@aganglada
Created September 21, 2017 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aganglada/812781ba6ff0601022eb79eb4db6eb3c to your computer and use it in GitHub Desktop.
Save aganglada/812781ba6ff0601022eb79eb4db6eb3c to your computer and use it in GitHub Desktop.
const img = new Image()
img.src = this.props.src
img.onload = this.onLoadImage
img.onerror = this.onLoadImageError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment