0.1.0 • Published 6 years ago

hanlc v0.1.0

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
6 years ago

Based on Literally Canvas 0.5.0

Add Image rotate feature, but still have some bugs on Retina screen

Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing widget. Its only dependency is React.js.

Get help on our mailing list by sending an email to literallycanvas+subscribe@googlegroups.com or by visiting Google Groups.

Full documentation

Examples

Along with the CSS, JS, and image assets, this is all it takes:

<div class="my-drawing"></div>
<script>
  LC.init(document.getElementsByClassName('my-drawing')[0]);
</script>

Developing

Setup: npm install --only=dev

Watching and serving: gulp dev

Browse to localhost:8080/demo and modify demo/index.html to test code in progress.

To generate a production-ready .js file, run gulp and pull out either lib/js/literallycanvas.js or lib/js/literallycanvas.min.js.