img-round
v1.0.0
Published
Get rounded corners for the images
Downloads
1
Readme
What is this ?
Get perfect rounded borders for images.
Installation
npm i imground --save
Then..
import { imground } from 'imground';
imground({
border_type: 'low',
padding: false
});
Options
imground supports 2 options, both of which are optional:
- border_type - high | low (Defaults to low)
- padding - boolean (Defaults to false)