Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisbroski/canvas-flowchart

Library to add common flowchart shapes to canvas
https://github.com/chrisbroski/canvas-flowchart

Last synced: 8 days ago
JSON representation

Library to add common flowchart shapes to canvas

Awesome Lists containing this project

README

        

canvas-flowchart
================

The flowchart.js file adds methods to the CanvasRenderingContext2D object for drawing shapes common to simple flowcharts.

This is not a stand-alone framework - you need to know how to draw using canvas first.

For an example of how it is used, see the factorial-flowchart.html file.

IE 8
----

If you want to use this in slightly older browsers, I have used the [excanvas](https://github.com/yinso/excanvas/blob/master/excanvas.js) library successfully.

coodinates.js
-------------

This is a small JavaScript library that helps to find the x and y coordinates in a canvas element for building your flowcharts.