1.0.1 • Published 5 years ago

shadowizard-greg v1.0.1

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

Shadowizard

This repo is based on the DesignCourse's shadowizard youtube video, which is a guide on learning how to create and publish an NPM package. If you're interested in learning, please visit https://www.youtube.com/watch?v=4zzbNac6f6Q

Installation

npm i shadowizard-greg --save

Usage

import { shadowizard } from 'shadowizard-greg'

shadowizard({
    shadow_type: 'soft',
    padding: false
})

Options

  • shadow_type - hard | soft (defaults to soft)
  • padding - boolean