gloomy
v1.0.0
Published
Beautiful glooms shortcuts
Downloads
3
Readme
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)