mulmocast 2.6.18 → 2.6.19
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.
- package/lib/methods/mulmo_presentation_style.d.ts +18 -0
- package/lib/methods/mulmo_presentation_style.js +23 -0
- package/lib/types/schema.d.ts +468 -0
- package/lib/utils/context.d.ts +52 -0
- package/lib/utils/image_plugins/slide.js +7 -4
- package/package.json +4 -4
- package/scripts/test/cinematic_showcase.json +0 -1356
- package/scripts/test/golden_age_of_discovery.json +0 -270
- package/scripts/test/image-2.png +0 -0
- package/scripts/test/img_detector.png +0 -0
- package/scripts/test/img_higgs.png +0 -0
- package/scripts/test/img_lhc.png +0 -0
- package/scripts/test/macoro_anime_proto.json +0 -120
- package/scripts/test/minimum_beats_completed.json +0 -45
- package/scripts/test/test_all_elevenlabs_tts_model.json +0 -111
- package/scripts/test/test_all_gemini_tts_model.json +0 -433
- package/scripts/test/test_all_image.json +0 -49
- package/scripts/test/test_all_movie.json +0 -33
- package/scripts/test/test_captions_2.json +0 -31
- package/scripts/test/test_genai2.json +0 -25
- package/scripts/test/test_lipsync5.json +0 -66
- package/scripts/test/test_reference.json +0 -0
- package/scripts/test/test_slide_image_ref_gemini_en.json +0 -289
- package/scripts/test/test_slide_showcase_corporate.json +0 -497
- package/scripts/test/test_slide_showcase_creative.json +0 -545
- package/scripts/test/test_slide_showcase_minimal.json +0 -501
- package/scripts/test/test_slide_showcase_pop.json +0 -547
- package/scripts/test/test_slide_showcase_warm.json +0 -486
- package/scripts/test/test_wipe_simple.json +0 -37
- package/scripts/test/zenn_combined_example.json +0 -39
- package/scripts/test/zenn_layout_samples.json +0 -92
- package/scripts/test/zenn_markdown_demo.json +0 -79
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$mulmocast": { "version": "1.1" },
|
|
3
|
-
"lang": "ja",
|
|
4
|
-
"title": "Markdown機能デモ",
|
|
5
|
-
"description": "MulmoCastのMarkdown機能デモ",
|
|
6
|
-
"speechParams": {
|
|
7
|
-
"speakers": {
|
|
8
|
-
"Presenter": {
|
|
9
|
-
"provider": "openai",
|
|
10
|
-
"voiceId": "shimmer"
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
},
|
|
14
|
-
"beats": [
|
|
15
|
-
{
|
|
16
|
-
"speaker": "Presenter",
|
|
17
|
-
"text": "スタイル機能のデモです。corporate-blueスタイルを適用しています。",
|
|
18
|
-
"duration": 3,
|
|
19
|
-
"image": {
|
|
20
|
-
"type": "markdown",
|
|
21
|
-
"markdown": [
|
|
22
|
-
"# MulmoCast スタイル機能",
|
|
23
|
-
"",
|
|
24
|
-
"## 100種類のプリセットスタイル",
|
|
25
|
-
"",
|
|
26
|
-
"- ビジネス向けスタイル",
|
|
27
|
-
"- テック系スタイル",
|
|
28
|
-
"- 日本風スタイル",
|
|
29
|
-
"- ダークモード"
|
|
30
|
-
],
|
|
31
|
-
"style": "corporate-blue"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"speaker": "Presenter",
|
|
36
|
-
"text": "2列レイアウトのデモです。左右に異なるコンテンツを配置できます。",
|
|
37
|
-
"duration": 3,
|
|
38
|
-
"image": {
|
|
39
|
-
"type": "markdown",
|
|
40
|
-
"markdown": {
|
|
41
|
-
"row-2": [
|
|
42
|
-
["# 左カラム", "", "左側のコンテンツです。", "", "- 項目1", "- 項目2"],
|
|
43
|
-
["# 右カラム", "", "右側のコンテンツです。", "", "- 項目A", "- 項目B"]
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
|
-
"style": "nordic-light"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"speaker": "Presenter",
|
|
51
|
-
"text": "Mermaid埋め込みのデモです。図とテキストを並べて表示できます。",
|
|
52
|
-
"duration": 3,
|
|
53
|
-
"image": {
|
|
54
|
-
"type": "markdown",
|
|
55
|
-
"markdown": {
|
|
56
|
-
"row-2": [
|
|
57
|
-
["```mermaid", "graph TD", " A[開始] --> B[処理1]", " B --> C[処理2]", " C --> D[終了]", "```"],
|
|
58
|
-
["# フロー説明", "", "このフローチャートは:", "", "1. 開始から処理1へ", "2. 処理1から処理2へ", "3. 処理2から終了へ"]
|
|
59
|
-
]
|
|
60
|
-
},
|
|
61
|
-
"style": "clean-white"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"speaker": "Presenter",
|
|
66
|
-
"text": "テキストスライドにもスタイルを適用できます。",
|
|
67
|
-
"duration": 3,
|
|
68
|
-
"image": {
|
|
69
|
-
"type": "textSlide",
|
|
70
|
-
"slide": {
|
|
71
|
-
"title": "TextSlide + スタイル",
|
|
72
|
-
"subtitle": "cyber-neonスタイル適用",
|
|
73
|
-
"bullets": ["テック感のあるデザイン", "ネオングリーンの文字", "ダークな背景"]
|
|
74
|
-
},
|
|
75
|
-
"style": "cyber-neon"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
}
|