Skip to content

ItsNovaAndCrap/novas-shadow-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Nova's Shadows

Nova's Shadows is a NPM package for everything shadows.

Right now, Nova's Shadows only support shadows for images. Support for text shadows will be coming soon.

Changelog

v1.0.0 - The First Update For Nova's Shadows.

Added support for NPM and created main module.

Installation

NPM: npm install novas-shadows --save

Template

import { novas-shadow-wizard } from 'novas-shadows';

novas-shadow-wizard({
    shadow_type: 'soft',
    padding: false
});

Current Arguments Available

Nova's Shadows currently supports 2 arguments for its wizard. Both of which are optional.

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

About

An NPM package for everything shadows! Currently only supports HTML images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published