1.0.0 • Published 5 years ago

sombritas v1.0.0

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

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)