1.0.0 • Published 2 years ago

shadowizardr v1.0.0

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

What is this?

Get shadows every time for the non-designers

Instalation

npm i shadowizard --save

import {shadowizard} from 'shadowizard';

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

Options

shadowizard supports 2 options, both of which are options;

shadow_type - hard | soft (defaults to soft) padding - boolean (defaults dalse)