1.0.0 • Published 5 years ago

shadowkrol01 v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
5 years ago

What is it?

cool node package for adding shadow and padding to your projects!

Installation

npm i shadowkrol1

Then...

import { shadowkrol1 } from 'shadowkrol1'

shadowizard({
    shadow_type: 'hard',
    padding: false,
    border:false
});

Options

Shadowizard supports 2 options:

  • shadow_type - hard / soft (Defaults to soft)
  • padding - boolean (Defaults to false)
  • border - boolean (Defaults to false)
1.0.0

5 years ago