//This is a reusable configuration
apiKey: 'MTg4MjMxMzM3MA__',
lg: {media: '(min-width: 990px)'},
md: {media: '(min-width: 640px)'},
class YourComponent extends Component {
<Picture alt={"gadgets"} breakpoints={
//Will optimise image by default
src: 'https://cdn.pixabay.com/photo/2015/01/21/14/14/apple-606761_960_720.jpg'
src: 'https://cdn.pixabay.com/photo/2015/02/02/15/28/bar-621033_960_720.jpg',
//We can hide image for certain breakpoints
} config={pixboostConfig}/>