Get perfect rounded borders for images.
npm i imground --save
Then..
import { imground } from 'imground';
imground({
border_type: 'low',
padding: false
});
imground supports 2 options, both of which are optional:
- border_type - high | low (Defaults to low)
- padding - boolean (Defaults to false)