Loira Designer is a library that allows design diagrams directly in a web browser, with the power of JS canvas and HTML5.
Clone this repo to your desktop and run npm install
to install all the dependencies.
- Chrome
- Firefox
- IE (Until on testing)
Npm
npm install loira-designer
Bower
bower install loira-designer
Basic example
<div id="_canvas"></div>
<script type="text/javascript" src="../build/min/loira.min.js"></script>
Loira.Config.assetsPath = '../build/assets/glyphs.png';
var canvas = new Loira.Canvas('_canvas');
canvas.add([new UseCase.UseCase({x:190,y:200, text:'Hello World'})]);
npm test
- Javier Garson - Developer - lanstat
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details