sombritas

Add awesome shadows


Keywords
sombras
License
ISC
Install
npm install sombritas@1.0.0

Documentation

What's this?

Get perfect shadows!

Installation

npm i sombritas --save

Then...

import { sombritas } from "sombritas";

sombritas({
    shadow_type: "soft",
    padding: false
});

Sombritas supports 2 optios, both of which are optional:

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