1.0.0 • Published 3 years ago

moduletestg6 v1.0.0

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

What is this?

Custom test module uploaded for GlobalSeis. Get the perfect shadow every time for the non-designer.

Installation

npm i moduleTestG6 --save

Then...

import {moduleTestG6} from 'moduleTestG6';

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

Options

moduleTestG6, while this is a test module to confirm load into NPM, the basic functionality includes 2 options, both of which are optional:

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