1.0.1 • Published 4 years ago

pritifirstwizard v1.0.1

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

What is this?

Get perfect shadows every time for the non-designer

Instalattion

npm i shadowizardy --save

Then......

import { shadowizard } from 'shadowizard';

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

options

Shadowizard supports two options, both of them are optional

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