0.1.1 • Published 3 years ago

shadpadder v0.1.1

Weekly downloads
7
License
ISC
Repository
github
Last release
3 years ago

What is this?

Get perfect shadows every time for the non-shaded elements

Installation

npm i shadpadder --save

Then, procedure how to use it as follows:-

import { shadpadder} from 'shadpadder;

    shadpadder({
        shadow-type: 'soft',
        padding: false
    });

Step1

Go to https://github.com/settings/tokens/new Give a Note like Git_package now scope to read write repo package and then Token is there

Step2

cd form-validator in form-validator create a .npmrc file and enter a line

//npm.pkg.github.com/:_authToken=TOKEN
@TeamYourCircle:registry=https://npm.pkg.github.com

Options

ShadPadder supports @ options, both of which are optional:

  • shadow_type - hard | soft (Defaults to soft)
  • padding - boolean (Defaults to false)
0.1.1

3 years ago

0.0.1

3 years ago