drop-shadow

A quick solution for box-shadow

Usage no npm install needed!

<script type="module">
  import dropShadow from 'https://cdn.skypack.dev/drop-shadow';
</script>

README

What is dropShadow ?

Strugling with how to give a perfect box shadow, well not anymore. Give a sofisticated box-shaodow to your html element.

How to get started ?

Install the package:

npm i dropShadow --save

And...

import {dropShadow} from dropShadow; or const {dropShadow} = require('dropShadow');
dropShadow();

That's all you need.