shadowizard-bb

Add awesome shadows for the non-designer

Usage no npm install needed!

<script type="module">
  import shadowizardBb from 'https://cdn.skypack.dev/shadowizard-bb';
</script>

README

What is this?

Get perfect shadows evertime for the non-designer.

Installation

npm i shadowizard-bb --save

Then...

import { shadowizard } from 'shadowizard';

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

Options

Shadowizard supports 2 options, both of which are optional:

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