Licence
ISC
Version
1.0.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0
About
This is only a test project to learn how to publish NPM packages.
Installation
npm i shadowizard --save-dev
Then...
import {shadowizard} from 'shadowizard';
shadowizard({
shadowType: 'soft',
padding: false
});
Options
Shadowizard takes 2 options, both optional:
- shadowType - 'hard' | 'soft' (Defaults to soft)
- padding - boolean (Defaults to false)