creatify.js
v1.0.5-a
Published
A awesome tool to create a easy and cool css3 website. Full with helpful assets for websites
Readme

Creatify.js
A awesome tool to create a easy and cool css3 website. Full with helpful assets for websites
Introduction
| Modules | Description | | ----------------- | ------------------------------------------------------------------ | | ShadowControl | This Module help you to make images much creative for your website |
Installation
Install creatify.js with npm
npm i creatify.js --saveUsage/Examples
Image Shadow Module:
import { creatifyJS } from 'creatify.js';
creatifyJS({
// Css3 Image Shadow control
shadowType: 'blurShadow',
padding: false
})