README
what is this
slieman lib is test library only.
Installation
npm i sliemanlib --save
Then ...
import { sliemanlib } from 'sliemanlib';
sliemanlib({
shadow_type: 'soft',
padding: false
})
options
sliemanlib supports 2 options, both of which are optional:
- shadow_type - hard | soft (Deafaults to soft)
- padding - boolean (Defaults to false)