Get perfect shadows every time for the non-designer
npm i pritifirstwizard --save
Then......
import { shadowizard } from 'pritifirstwizard';
shadowizard({
shadow_type: 'soft',
padding: false
});
Shadowizard supports two options, both of them are optional
- shadow_type - hard | soft (Defaults to soft)
- padding - false | true (Defaults to false)