-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchecklist-items.json
More file actions
37 lines (37 loc) · 897 Bytes
/
Copy pathchecklist-items.json
File metadata and controls
37 lines (37 loc) · 897 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
32
33
34
35
36
37
[
{
"id": "mouse-holes",
"description": "Three mouse holes on the bow hand",
"image": "/api/img/mouse-holes",
"emoji": "🐭",
"category": "bow-hand"
},
{
"id": "baby-bear",
"description": "Baby bear gesture on the violin hand",
"image": "/api/img/baby-bear",
"emoji": "🐻",
"category": "violin-hand"
},
{
"id": "first-finger",
"description": "First finger down at the edge of the tape",
"image": "/api/img/first-finger",
"emoji": "☝️",
"category": "violin-hand"
},
{
"id": "hugger-fingers",
"description": "Two hugger fingers on the bow",
"image": "/api/img/hugger-fingers",
"emoji": "🤗",
"category": "bow-hand"
},
{
"id": "puppy-space",
"description": "Space for a puppy in the bow hold",
"image": "/api/img/puppy-space",
"emoji": "🐶",
"category": "bow-hand"
}
]