1.0.0 • Published 4 years ago

shadowwizardstuff v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Get perfect shadows for your elements. Pass options object like this one {padding: true, shadowtype: 'hard'} to a shadowWizard function.

Instalation

'npm install coolest-shadow-wizard --save'

Usage

import shadowWizard from "coolest-shadow-wizard";

shadowWizard(
    {padding: true, shadowType: 'hard'}
)

then inside html file add a class 'shadow-wizard' to an element;

1.0.0

4 years ago