Resolves #967: allows for using either crossorigin or crossOrigin as prop to determine an image's CORS behaviour
Resolves #970: ensures crossorigin/crossOrigin property ends up being set unto the final image element
Overall, this PR fixes support for crossorigin. During testing our images kept failing due to crossorigin not being applied when using the 'react-image' image component, thus the outlined changes.
Purpose
Overall, this PR fixes support for crossorigin. During testing our images kept failing due to crossorigin not being applied when using the 'react-image' image component, thus the outlined changes.