MouadBNL / first-package

my first npm package (for learning)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my first npm package (for learning)


Languages

Language:JavaScript 100.0%