1.1.1 • Published 3 years ago

mouadbnl-first-package v1.1.1

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

NPM First package for learning

Trying to create a package on NPM

Instalation

npm i mouadbnl-first-package --save

Usage

First define where you want to apply the sahdows

<div m-sw style="padding = 5px;">
    lorem
</div>

then Import and initialize the wizard

import { shadowizard } from "shadowizard"

shadowizard({
    shadow_type: 'hard'
});

And it works