1.0.0 • Published 5 years ago

genesizdb v1.0.0

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

What is genesizdb

Its is a package for shadows on images in web design mainly (will be changing)

Installation

npm i genesizdb --save

Then...

import { genesizdb } from 'genesizdb';

genesizdb({
    shadow_type: 'soft',
    padding: false
});

Options

genesizdb only supports 2 options so far, both are optional and operating:

  • shadow_type = hard | soft (Defaults to soft)
  • padding = true | false (Defaults to false)
1.0.0

5 years ago