1.0.0 • Published 1 year ago

rubberboy v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

what is this package

Get perfect shadows every time for the images.

Installation

npm i onepiece --save

Then...

import { onepiece } from 'onepiece';

onepiece({
    shadow_type: 'soft',
    padding :false
});

Options

onepiece supports 2 options both of which are optional

  • shadow_type - hard / soft_ (Defaults to soft)
  • padding - boolean (Defaults to false)
1.0.0

1 year ago