General Installation

The canvasXpress library conists of two files: (1) a CSS file, canvasXpress.css and (2) a JavaScript file, canvasXpress.min.js. These two files must be included in <head> section of the web page pointing directly to the www.canvasXpress.org web site:

<link rel="stylesheet" href="https://www.canvasxpress.org/dist/canvasXpress.css" type="text/css"/>
<script type="text/javascript" src="https://www.canvasxpress.org/dist/canvasXpress.min.js"></script>

or downloaded and included in the <head> section of the web page pointing to the desired location. Please contact us to download the library or pay for the license.

<link rel="stylesheet" href="path-to-canvasXpress.css" type="text/css"/>
<script type="text/javascript" src="path-to-canvasXpress.min.js"></script>

# NPM Installation

$

# Yarn Installation

$ yarn add canvasxpress