shadowmr2

awesome shadow lib


Keywords
shadowM2
License
ISC
Install
npm install shadowmr2@1.1.0

Documentation

shadow library for none developers

Best lib in the world for fornt-end developer

Installation

Install shadowMr2 with npm

  npm install shadowMr2 --save

Usage/Examples

html code:

    <img src="your img url" width="300px" alt="this is image" class="shadowM2">
    <img src="your img url" width="300px" alt="this is image" class="shadowM2">
    


<script type="module" src="index.js"></script>


----------------------------------------------------------------

js code:

import { shadowM2 } from "shadowmr2"

shadowM2({
    shadow_type:'soft', //options : hard , soft
    padding: true 
})