-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
34 lines (34 loc) · 821 Bytes
/
Copy pathcatalog.json
File metadata and controls
34 lines (34 loc) · 821 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
[
{
"id": "mekatororo_face",
"name": "ネコ・フェイス",
"category": "character",
"src": "assets/stamps/characters/mekatororo_face.svg",
"defaultWidthMm": 30,
"defaultHeightMm": 30
},
{
"id": "speech_round",
"name": "丸い吹き出し",
"category": "bubble",
"src": "assets/stamps/bubbles/speech_round.svg",
"defaultWidthMm": 38,
"defaultHeightMm": 25
},
{
"id": "spark_burst",
"name": "キラキラ効果",
"category": "effect",
"src": "assets/stamps/effects/spark_burst.svg",
"defaultWidthMm": 24,
"defaultHeightMm": 24
},
{
"id": "motion_wave",
"name": "ウェーブ線",
"category": "preset_line",
"src": "assets/stamps/preset_lines/motion_wave.svg",
"defaultWidthMm": 42,
"defaultHeightMm": 16
}
]