cscanva

1.1.3 • Public • Published

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...

Package Sidebar

Install

npm i cscanva

Weekly Downloads

2

Version

1.1.3

License

MIT

Unpacked Size

2.69 kB

Total Files

5

Last publish

Collaborators

  • terracrow