1.0.3 • Published 4 years ago

canvag v1.0.3

Weekly downloads
11
License
ISC
Repository
github
Last release
4 years ago

CANVA - G

Canvas graph ( canvaG ) is a graph for getting accurate and appropriate positioning of canvas elements when using canvas.

This is canvas-g

Usage

Npm

Installation

npm i canvag

Js Delivr

cdn.jsdelivr.net/npm/canvag@1.0.2

Github

Direct cloning and adding <script src="canvaG.js"></script> to your HTML file instead

HOW TO USE

create any element in and put the <canvas id="canvas"></canvas> tag in the element;

<div id="drawing"><canvas id="canvas"></canvas></div>

In your js file, you should call the drawGraph(xgap, ygap, width height) function : The Graph above has the following parameters:

	import { drawGraph } from 'CanvaG'
    drawGraph(10, 10);

Neglecting the width and the height because the default width is the entire width and default height is the entire height

ArgumentDefault value
xgap10
ygap10
widthEntire width
heightEntire Height

drawGraph() without any argument will surely work with the default parameters

Github Direct Cloning and Contribution

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago