# literallycanvas **Repository Path**: mirrors_leecade/literallycanvas ## Basic Information - **Project Name**: literallycanvas - **Description**: A canvas in your browser. Literally. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Literally Canvas ================ Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing widget that currently supports a minimal set of drawing operations. You can draw, erase, set the color with the eyedropper, undo, redo, pan, and zoom. It depends on jQuery and Underscore.js. Usage ----- [Full documentation](http://literallycanvas.github.com) Literally Canvas depends on jQuery (tested on 1.8.2) and underscore.js (tested on 1.4.2). The "fat" version includes these dependencies. The "thin" version does not. Add the files under `lib/css` and `lib/img` to your project, as well as the appropriate file from `lib/js`. Then do this: ```html
``` ```javascript $('.literally').literallycanvas(); ``` For options and other information, see the [full documentation](http://literallycanvas.github.com). The color picker is derived from (but not identical to) [this one by Stefan Petre](http://www.eyecon.ro/bootstrap-colorpicker/). We intend to replace it in the next version. Files ----- ``` coffee/ Coffeescript source code js/ Javascript dependencies and temporary Javascript files lib/ Things you need to use Literally Canvas on your page LICENSE The license. Spoiler: it's BSD! README.md You are here watch_js.sh Simple watch script for people who don't have make (...) ``` Developing ---------- You'll need `coffee-script` and `uglify-js2` installed via `npm`.