1.1.3 • Published 4 years ago

cscanva v1.1.3

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

What is CSCANVA ?

Is an npm package allowing you to manipulate, create, change, or even obtain code templates in HTML / CSS

Installation

npm install cscanva@1.1.3 --save

or

npm install cscanva@1.0.0

Short exemple

const canva = require('cscanva');
const canva_temp = new canva.Temp();

/* IMAGE MANIPULATION */
canva.shadow(".myHtmlElement", option); //Options: shadow_type: hard / soft | padding: true or false

/* TEMPLATE EXEMPLE */
canva_temp.solidButton(); //Like this
canva_temp.fixedNavbar(); //Like this

and more...