@abhaykumar01234/shadowizard 中文文档教程
What is this
非设计师每次都能获得
Installation
完美
的
import { shadowizard } from '@abhaykumar01234/shadowizard';
shadowizard({
shadow_type: "soft",
padding: true
})
Options
阴影
- shadow_type - _hard | soft_ (Defaults to soft)
- padding - boolean (Defaults to false)
What is this
Get perfect shadows every time for the non-designer
Installation
npm i shadowizard --save
Then…
import { shadowizard } from '@abhaykumar01234/shadowizard';
shadowizard({
shadow_type: "soft",
padding: true
})
Options
Shadowizard supports 2 options, both of which are optional:
- shadow_type - _hard | soft_ (Defaults to soft)
- padding - boolean (Defaults to false)