Skip to content

duxard/npm-asta-shadowizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

What is this?

Test npm library (for learning purposes only)

Installation

npm i shadowizardasta --save

Example of usage:

  1. Create index.html
import { shadowizardasta } from 'shadowizardasta';

shadowizardasta({
  shadow_type: 'soft',
  padding: true
});
  1. Use the lib in main.js:
import { shadowizardasta } from 'shadowizardasta';

shadowizardasta({
  shadow_type: 'soft',
  padding: true
});
  1. To run local server, install parcel:
npm i parcel -g
  1. To bring up the server use the command:
parcel index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published