Is an npm package allowing you to manipulate, create, change, or even obtain code templates in HTML / CSS
npm install cscanva@1.1.3 --save
or
npm install cscanva@1.0.0
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...