Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 354 Bytes

readme.md

File metadata and controls

20 lines (15 loc) · 354 Bytes

What is this?

This is a npm test package, will be deleted soon.

Installation

npm install rvshadowwizard --save

then...

import { rvshadowwizard } from 'rvshadowwizard'

rvshadowwizard({
    shadow_type: 'soft',
    padding: false,
});

##Options

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