Skip to content

Commit

Permalink
Resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dale committed May 30, 2011
1 parent 1e36aca commit 902e868
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,18 @@ EveryJS.libraries = [
],
size: "1MB or lower, depending on build",
tags: ['ui']
},
{
name: "oCanvas",
website: "http://ocanvas.org/",
description: "JavaScript library for object-based canvas drawing.",
useIf: [
"You want to build things with HTML5 Canvas a bit easier."
],
dependencies: null,
license: "MIT",
tags: ['canvas'],
size: 15
}
];

Expand Down

0 comments on commit 902e868

Please sign in to comment.