1.0.0 • Published 3 years ago

@hasala2002/shadowmaster v1.0.0

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

What is this?

Get perfect shadows in CSS

Installation

npm i shadowmaster --save

Then...

import {shadowmaster} from 'shadowmaster';

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

Options

  • shadow_type - hard | soft (Defaults to soft)
  • padding - boolean (Defaults to false)