Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chrisbroski/canvas-flowchart
- Owner: chrisbroski
- License: mit
- Created: 2014-01-16T21:08:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-01T13:07:40.000Z (almost 11 years ago)
- Last Synced: 2024-05-07T18:10:21.247Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.