cscanva
v1.1.3
Published
Image manipulation, Template and more
Downloads
4
Readme
What is CSCANVA ?
Is an npm package allowing you to manipulate, create, change, or even obtain code templates in HTML / CSS
Installation
npm install [email protected] --save
or
npm install [email protected]
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...