Skip to content

Exporting box shadow tool as NPM package and pulling it down into a new project

Notifications You must be signed in to change notification settings

marcusjensen15/First-NPM-Package-boxShadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Why do you need this?

Create perfect shadows every time for the non-designer

Installation

npm i shadowizardmj --save

Then...


  import { shadowizard } from 'shadowizard';

  shadowizard({
    shadow_type: 'soft',
    padding: false
    })

    ```

# Options

Shadowizard supports 2 options, both are optional:

* *shadow_type* - _hard /soft_ (default to soft)
* *padding* - _boolean_ (defaults to false)

About

Exporting box shadow tool as NPM package and pulling it down into a new project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published