UNPKG

myfirstpackage199

Version:
22 lines (16 loc) 424 B
# What is this ? Just a practice for creating packages. # Installation `npm i myFirstPackage --save` Then... ``` import { myFirstPackage } from 'myFirstPackage; myFirstPackage({ shadow_type:'soft', padding:false }); ``` ## Options myFirstPackage supports 2 options, both of which are optional: * *shadow_type* - _hard | soft_ (Defaults to soft) * *padding* - _boolean_ (Defaults to false)