Skip to content

Commit 67ffb85

Browse files
committed
added chainvas library
1 parent df78d46 commit 67ffb85

File tree

3 files changed

+57
-0
lines changed

3 files changed

+57
-0
lines changed

ajax/libs/chainvas/2.1/chainvas-core.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ajax/libs/chainvas/2.1/chainvas.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ajax/libs/chainvas/package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Chainvas",
3+
"filename": "chainvas.js",
4+
"version": "2.1",
5+
"description": "A tiny, modular library that can add chaining to any API that isn’t naturally chainable, like the Canvas API, the DOM and more.",
6+
"homepage": "http://leaverou.github.com/chainvas/",
7+
"keywords": [
8+
"chaining",
9+
"method",
10+
"prototype",
11+
"JavaScript",
12+
"Chainvas",
13+
"canvas"
14+
],
15+
"maintainers": [
16+
{
17+
"name": "Lea Verou"
18+
}
19+
],
20+
"licenses": [
21+
{
22+
"type": "none",
23+
"url": "NA"
24+
}
25+
],
26+
"repositories": [
27+
{
28+
"type": "git",
29+
"url": "https://github.com/LeaVerou/chainvas"
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)