Roman Martynenko

Results 2 comments of Roman Martynenko

@bparticle – do ``` const responsiveImage = require( './assets/img/image_0.jpg'); ``` And then use in your HTML ``` ``` And your srcSet will be set up.

@gbouteiller – Yes, you can [resize](http://sharp.dimens.io/en/stable/api-resize/#resize) and [crop](http://sharp.dimens.io/en/stable/api-resize/#crop) images using `sharp` adapter.