@abhijith94/shadowizard 中文文档教程
What is this?
非设计师每次都能获得完美的阴影。
Installation
npm i shadowwizard --save
然后……
import { shadowizard } from 'shadowizard';
shadowizard({
shadow_type: 'soft',
padding: false
});
Options
Shadowizard 支持 2 个选项,它们都是可选的:
- 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 shadowwizard --save
Then…
import { shadowizard } from 'shadowizard';
shadowizard({
shadow_type: 'soft',
padding: false
});
Options
Shadowizard supports 2 options, both of which are optional:
- shadow_type - _hard | soft_ (Defaults to soft)
- padding - boolean (Defaults to false)