-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsquiggle.jquery.json
More file actions
31 lines (31 loc) · 1015 Bytes
/
squiggle.jquery.json
File metadata and controls
31 lines (31 loc) · 1015 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "squiggle",
"title": "Squiggle - like a strike-through, scribble out your text content with a Squiggle",
"description": "Use this jQuery plugin to generate a canvas 'scribble' over your text; whilst preserving its context so you can still copy it to clipboard and all the other usual accessibility options, like zoom and allowing for @media queries.",
"keywords": [
"canvas",
"text",
"effect",
"jquery",
"spline",
"glitch",
"font"
],
"version": "0.4.0",
"author": {
"name": "vonKristoff",
"url": "http://bite-software.co.uk"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"homepage": "http://bite-software.co.uk/squiggle",
"docs": "https://github.com/vonKristoff/squiggle",
"download": "https://github.com/vonKristoff/squiggle/archive/master.zip",
"dependencies": {
"jquery": ">=1.7.1"
}
}