mulmocast 2.5.0 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,104 @@
1
+ {
2
+ "$mulmocast": { "version": "1.1" },
3
+ "title": "マコロ Swipeアニメ プロトタイプ",
4
+ "description": "Swipe風宣言的elementsによるアニメーションテスト",
5
+ "lang": "ja",
6
+ "speechParams": {
7
+ "provider": "openai",
8
+ "speakers": {
9
+ "macoro": {
10
+ "voiceId": "nova",
11
+ "displayName": { "ja": "マコロ" }
12
+ }
13
+ }
14
+ },
15
+ "beats": [
16
+ {
17
+ "speaker": "macoro",
18
+ "text": "こんにちは!ぼくマコロだよ!今日はみんなに会えてうれしいな!",
19
+ "duration": 6,
20
+ "image": {
21
+ "type": "html_tailwind",
22
+ "elements": [
23
+ {
24
+ "id": "bg",
25
+ "w": "100%",
26
+ "h": "100%",
27
+ "bc": "linear-gradient(135deg, #fce4ec 0%, #f8bbd0 30%, #e1bee7 60%, #bbdefb 100%)"
28
+ },
29
+ {
30
+ "id": "star1",
31
+ "text": "✦",
32
+ "fontSize": "36px",
33
+ "textColor": "gold",
34
+ "pos": ["15%", "15%"],
35
+ "opacity": 0.3,
36
+ "loop": { "style": "blink", "count": 0, "duration": 2 }
37
+ },
38
+ {
39
+ "id": "star2",
40
+ "text": "✦",
41
+ "fontSize": "28px",
42
+ "textColor": "gold",
43
+ "pos": ["80%", "20%"],
44
+ "opacity": 0.3,
45
+ "loop": { "style": "blink", "count": 0, "duration": 3 }
46
+ },
47
+ {
48
+ "id": "star3",
49
+ "text": "✦",
50
+ "fontSize": "22px",
51
+ "textColor": "gold",
52
+ "pos": ["60%", "10%"],
53
+ "opacity": 0.3,
54
+ "loop": { "style": "blink", "count": 0, "duration": 1.5 }
55
+ },
56
+ {
57
+ "id": "macoro",
58
+ "img": "https://raw.githubusercontent.com/receptron/mulmocast-media/main/characters/macoro.png",
59
+ "pos": ["50%", "65%"],
60
+ "w": 500,
61
+ "h": 300,
62
+ "imgFit": "contain",
63
+ "opacity": 0,
64
+ "shadow": { "color": "black", "offset": [0, 10], "opacity": 0.2, "radius": 20 },
65
+ "to": {
66
+ "opacity": 1,
67
+ "translate": [0, -20],
68
+ "timing": [0, 0.15]
69
+ },
70
+ "loop": { "style": "wiggle", "delta": 3, "count": 0, "duration": 0.5 }
71
+ },
72
+ {
73
+ "id": "bubble",
74
+ "pos": ["72%", "18%"],
75
+ "w": 350,
76
+ "h": 120,
77
+ "bc": "white",
78
+ "cornerRadius": 24,
79
+ "opacity": 0,
80
+ "shadow": { "color": "black", "offset": [0, 4], "opacity": 0.1, "radius": 10 },
81
+ "to": {
82
+ "opacity": 1,
83
+ "scale": 1,
84
+ "timing": [0.1, 0.2]
85
+ },
86
+ "elements": [
87
+ {
88
+ "id": "bubble-text",
89
+ "x": 24,
90
+ "y": 20,
91
+ "w": 300,
92
+ "text": "こんにちは!ぼくマコロだよ!今日はみんなに会えてうれしいな!",
93
+ "fontSize": "20px",
94
+ "fontWeight": "bold",
95
+ "textColor": "#555"
96
+ }
97
+ ]
98
+ }
99
+ ],
100
+ "animation": { "fps": 24 }
101
+ }
102
+ }
103
+ ]
104
+ }