1.0.0 • Published 3 years ago

img-round v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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)