1.0.0 • Published 3 years ago

gloomy v1.0.0

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

What is this?

Beautiful glooms shortcuts

Installations

npm i gloomy --save

Then...

import { gloomy } from 'gloomy';

gloomy({
    shadow_type: 'hard',
    padding: true,
})

Options

gloomy supports 2 options, both of which are optional;

  • shadow_type - soft / hard (Defaults to hard)
  • padding - boolean (Defaults to true)