Skip to content

Commit

Permalink
Added literallycanvas and react libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Jul 4, 2016
1 parent ce33978 commit 85e8583
Show file tree
Hide file tree
Showing 91 changed files with 59,089 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/js/literallycanvas/README.openemr.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This is the Literally Canvas distribution 0.4.13 obtained from literallycanvas.com
and modified as follows:

1. Removed js/.gitignore
2. Removed js/.npmignore
3. Added this file
44 changes: 44 additions & 0 deletions library/js/literallycanvas/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
Literally Canvas v0.4.11
========================

Complete documentation can be found at literallycanvas.com.

Literally Canvas is an extensible, open source (BSD-licensed), HTML5 drawing
widget. Its only dependency is [React.js](http:https://facebook.github.io/react/).

Get help on our mailing list: [email protected] (just send it a
message to subscribe)

If you want to modify the source
--------------------------------

Please visit github.com/literallycanvas/literallycanvas and work from the
master branch. This distribution does not include the build sources.

Usage
-----

1. Add the files under `css/` and `img/` to your project, as well as the
appropriate file from `js/`.

2. Add some markup and some JavaScript:

<div class="literally with-jquery"></div>
<script>
$('.literally.with-jquery').literallycanvas();
</script>

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

Developing
----------

Setup: `npm install`

Watching and serving: `gulp dev`

Browse to `localhost:8000/demo` and modify `demo/index.html` to test code
in progress.
29 changes: 29 additions & 0 deletions library/js/literallycanvas/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "literallycanvas",
"version": "0.4.13",
"homepage": "http:https://literallycanvas.com",
"authors": [
"irskep",
"campaul"
],
"description": "A canvas in your browser. Literally.",
"main": "js/literallycanvas.min.js",
"keywords": [
"canvas",
"edit",
"sketch",
"draw",
"literally"
],
"license": "BSD",
"dependencies": {
"react": "0.14.3"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
1 change: 1 addition & 0 deletions library/js/literallycanvas/css/literallycanvas.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added library/js/literallycanvas/img/alpha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/dashed-line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/ellipse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/eraser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/eyedropper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/hue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/pan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/pencil.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/polygon-cancel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/polygon-closed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/polygon-open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/polygon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/rectangle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/redo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/saturation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/undo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/zoom-in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added library/js/literallycanvas/img/zoom-out.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 85e8583

Please sign in to comment.