react-simple-image
react-simple-image copied to clipboard
srcset should check for empty or undefined descriptors
I want to be able to pass in srcset: { '1x': "./small.jpeg", '1.5x': "", , '2x': "./large.jpg", '2.5x': undefined}
and it should output the right srcset
What is the "right" thing you think?