Skip to content

oat-sa/literallycanvas

 
 

Repository files navigation

Literally Canvas v1.0.0

Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing widget. Its only dependencies are React.js and its core lib which has been split up into a separate module literallycanvas-core.

Get help on our mailing list by sending an email to [email protected] or by visiting Google Groups.

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>

State of the project

No one is maintaining this project. If you report a bug, the ticket will be a helpful place for discussion, but no one will fix it unless you submit a pull request. Feature requests will likewise be ignored.

Pull requests will be merged promptly if they are basically OK.

Developing

Setup: yarn

Watching and serving: yarn dev

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

To generate a production-ready .js file, run yarn build and pull out both lib/js/literallycanvas.js and lib/js/literallycanvas.min.js.

Packages

No packages published

Languages

  • CoffeeScript 78.9%
  • JavaScript 11.4%
  • SCSS 8.5%
  • Makefile 1.2%