First of all thank you so much for this package, it's pretty awesome!
If we want to make the api fully compatible with the regular image element we'll need to make the component recognise when users pass in the crossOrigin prop as opposed to just crossorigin. With regular image elements in React, you'd need to pass in the attribute with the crossOrigin casing to avoid any lint errors.

Current setup can lead to confusing behaviour when one sets the crossOrigin prop but it is then ignored by react-image (happened to me, probably pretty rare as most people don't use this attribute). I fixed this by passing in the defined crossorigin prop, but either way it should accept both ideally.