mulmocast 1.2.1 → 1.2.3

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.
@@ -30,7 +30,6 @@ export const promptTemplates = [
30
30
  type: "image",
31
31
  },
32
32
  },
33
- provider: "openai",
34
33
  style: "<style>AKIRA aesthetic.</style>",
35
34
  },
36
35
  movieParams: {
@@ -51,7 +50,7 @@ export const promptTemplates = [
51
50
  },
52
51
  },
53
52
  scriptName: "image_prompts_template.json",
54
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
53
+ systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
55
54
  title: "Akira style",
56
55
  },
57
56
  {
@@ -89,7 +88,6 @@ export const promptTemplates = [
89
88
  type: "image",
90
89
  },
91
90
  },
92
- provider: "openai",
93
91
  style: "<style>A highly polished 2D digital illustration in anime and manga style, featuring clean linework, soft shading, vivid colors, and expressive facial detailing. The composition emphasizes clarity and visual impact with a minimalistic background and a strong character focus. The lighting is even and bright, giving the image a crisp and energetic feel, reminiscent of high-quality character art used in Japanese visual novels or mobile games.</style>",
94
92
  },
95
93
  movieParams: {
@@ -102,6 +100,12 @@ export const promptTemplates = [
102
100
  speechParams: {
103
101
  speakers: {
104
102
  Presenter: {
103
+ lang: {
104
+ ja: {
105
+ provider: "nijivoice",
106
+ voiceId: "9d9ed276-49ee-443a-bc19-26e6136d05f0",
107
+ },
108
+ },
105
109
  speechOptions: {
106
110
  instruction: "Speak in a slightly high-pitched, curt tone with sudden flustered shifts—like a tsundere anime girl.",
107
111
  },
@@ -111,72 +115,14 @@ export const promptTemplates = [
111
115
  },
112
116
  },
113
117
  scriptName: "image_prompts_template.json",
114
- systemPrompt: "Generate a script for a presentation of the given topic. 言葉づかいは少しツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
115
- title: "Presentation with Ani",
116
- },
117
- {
118
- description: "Template for presentation with Ani in Japanese.",
119
- filename: "ani_ja",
120
- presentationStyle: {
121
- $mulmocast: {
122
- credit: "closing",
123
- version: "1.1",
124
- },
125
- audioParams: {
126
- audioVolume: 1,
127
- bgm: {
128
- kind: "url",
129
- url: "https://github.com/receptron/mulmocast-media/raw/refs/heads/main/bgms/morning001.mp3",
130
- },
131
- bgmVolume: 0.2,
132
- closingPadding: 0.8,
133
- introPadding: 1,
134
- outroPadding: 1,
135
- padding: 0.3,
136
- suppressSpeech: false,
137
- },
138
- canvasSize: {
139
- height: 1536,
140
- width: 1024,
141
- },
142
- imageParams: {
143
- images: {
144
- ani: {
145
- source: {
146
- kind: "url",
147
- url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ani.png",
148
- },
149
- type: "image",
150
- },
151
- },
152
- provider: "openai",
153
- style: "<style>A highly polished 2D digital illustration in anime and manga style, featuring clean linework, soft shading, vivid colors, and expressive facial detailing. The composition emphasizes clarity and visual impact with a minimalistic background and a strong character focus. The lighting is even and bright, giving the image a crisp and energetic feel, reminiscent of high-quality character art used in Japanese visual novels or mobile games.</style>",
154
- },
155
- movieParams: {
156
- model: "bytedance/seedance-1-lite",
157
- provider: "replicate",
158
- },
159
- soundEffectParams: {
160
- provider: "replicate",
161
- },
162
- speechParams: {
163
- speakers: {
164
- Presenter: {
165
- provider: "nijivoice",
166
- voiceId: "9d9ed276-49ee-443a-bc19-26e6136d05f0",
167
- },
168
- },
169
- },
170
- },
171
- scriptName: "image_prompts_template.json",
172
- systemPrompt: "Generate a Japanese script for a presentation of the given topic. 言葉づかいは少しツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
173
- title: "Presentation with Ani in Japanese",
118
+ systemPrompt: "言葉づかいは思いっきりツンデレにして。Another AI will generate comic for each beat based on the image prompt of that beat. You don't need to specify the style of the image, just describe the scene. Mention the reference in one of beats, if it exists. Use the JSON below as a template. Create appropriate amount of beats, and make sure the beats are coherent and flow well.",
119
+ title: "Presentation by Ani",
174
120
  },
175
121
  {
176
122
  description: "Template for business presentation.",
177
123
  filename: "business",
178
124
  scriptName: "business.json",
179
- systemPrompt: "Generate a script for a business presentation of the given topic. Use textSlides, markdown, mermaid, or chart to show slides. Extract image links in the article (from <img> tag) to reuse them in the presentation. Mention the reference in one of beats, if it exists. Use the JSON below as a template. chartData is the data for Chart.js",
125
+ systemPrompt: "Use textSlides, markdown, mermaid, or chart to show slides. Extract image links in the article (from <img> tag) to reuse them in the presentation. Mention the reference in one of beats, if it exists. Use the JSON below as a template. chartData is the data for Chart.js",
180
126
  title: "Business presentation",
181
127
  },
182
128
  {
@@ -222,7 +168,7 @@ export const promptTemplates = [
222
168
  },
223
169
  },
224
170
  scriptName: "image_refs.json",
225
- systemPrompt: "Generate a script for a the given story with multiple characters. Generate image prompts for each character, and make references to them in the beats. Use the JSON below as a template.",
171
+ systemPrompt: "Use multiple characters. Generate image prompts for each character, and make references to them in the beats. Use the JSON below as a template.",
226
172
  title: "Story with multiple characters",
227
173
  },
228
174
  {
@@ -247,7 +193,6 @@ export const promptTemplates = [
247
193
  width: 1536,
248
194
  },
249
195
  imageParams: {
250
- provider: "openai",
251
196
  style: "A hand-drawn style illustration with a warm, nostalgic atmosphere. The background is rich with natural scenery—lush forests, cloudy skies, and traditional Japanese architecture. Characters have expressive eyes, soft facial features, and are portrayed with gentle lighting and subtle shading. The color palette is muted yet vivid, using earthy tones and watercolor-like textures. The overall scene feels magical and peaceful, with a sense of quiet wonder and emotional depth, reminiscent of classic 1980s and 1990s Japanese animation.",
252
197
  },
253
198
  movieParams: {
@@ -268,14 +213,14 @@ export const promptTemplates = [
268
213
  },
269
214
  },
270
215
  scriptName: "children_book.json",
271
- systemPrompt: "Please generate a script for a children book on the topic provided by the user. Each page (=beat) must haven an image prompt appropriate for the text.",
216
+ systemPrompt: "This script is for a children book. Each page (=beat) must haven an image prompt appropriate for the text.",
272
217
  title: "Children Book",
273
218
  },
274
219
  {
275
220
  description: "Template for software and coding presentation.",
276
221
  filename: "coding",
277
222
  scriptName: "coding.json",
278
- systemPrompt: "Generate a script for a technical presentation of the given topic. Use markdown with a code block to show some code on a slide. Avoid long coding examples, which may not fit in a single slide. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
223
+ systemPrompt: "Use markdown with a code block to show some code on a slide. Avoid long coding examples, which may not fit in a single slide. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
279
224
  title: "Coding presentation",
280
225
  },
281
226
  {
@@ -300,7 +245,6 @@ export const promptTemplates = [
300
245
  width: 1536,
301
246
  },
302
247
  imageParams: {
303
- provider: "openai",
304
248
  style: "<style>A multi panel comic strips. 1990s American workplace humor. Clean, minimalist line art with muted colors. One character is a nerdy office worker with glasses</style>",
305
249
  },
306
250
  movieParams: {
@@ -321,7 +265,7 @@ export const promptTemplates = [
321
265
  },
322
266
  },
323
267
  scriptName: "text_only_template.json",
324
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
268
+ systemPrompt: "Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
325
269
  title: "American Comic Strips",
326
270
  },
327
271
  {
@@ -355,7 +299,6 @@ export const promptTemplates = [
355
299
  type: "image",
356
300
  },
357
301
  },
358
- provider: "openai",
359
302
  style: "<style>Dragon Ball/Dr. Slump aesthetic.</style>",
360
303
  },
361
304
  movieParams: {
@@ -376,7 +319,7 @@ export const promptTemplates = [
376
319
  },
377
320
  },
378
321
  scriptName: "image_prompts_template.json",
379
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
322
+ systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
380
323
  title: "Dr. Slump Style",
381
324
  },
382
325
  {
@@ -410,7 +353,6 @@ export const promptTemplates = [
410
353
  type: "image",
411
354
  },
412
355
  },
413
- provider: "openai",
414
356
  style: "<style>Ghibli style</style>",
415
357
  },
416
358
  movieParams: {
@@ -431,12 +373,12 @@ export const promptTemplates = [
431
373
  },
432
374
  },
433
375
  scriptName: "image_prompts_template.json",
434
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
376
+ systemPrompt: "Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
435
377
  title: "Ghibli comic style",
436
378
  },
437
379
  {
438
- description: "Template for Ghibli-style image-only comic presentation.",
439
- filename: "ghibli_image_only",
380
+ description: "Template for Ghost in the shell style comic presentation.",
381
+ filename: "ghost_comic",
440
382
  presentationStyle: {
441
383
  $mulmocast: {
442
384
  credit: "closing",
@@ -457,71 +399,22 @@ export const promptTemplates = [
457
399
  },
458
400
  imageParams: {
459
401
  images: {
460
- presenter: {
402
+ optimus: {
461
403
  source: {
462
404
  kind: "url",
463
- url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.png",
405
+ url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/optimus.png",
464
406
  },
465
407
  type: "image",
466
408
  },
467
- },
468
- provider: "openai",
469
- style: "<style>Ghibli style</style>",
470
- },
471
- movieParams: {
472
- provider: "replicate",
473
- },
474
- soundEffectParams: {
475
- provider: "replicate",
476
- },
477
- speechParams: {
478
- speakers: {
479
- Presenter: {
480
- displayName: {
481
- en: "Presenter",
482
- },
483
- voiceId: "shimmer",
484
- },
485
- },
486
- },
487
- },
488
- scriptName: "image_prompt_only_template.json",
489
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate an image for each beat based on the text description of that beat. Use the JSON below as a template.",
490
- title: "Ghibli comic image-only",
491
- },
492
- {
493
- description: "Template for Ghibli-style comic presentation.",
494
- filename: "ghibli_shorts",
495
- presentationStyle: {
496
- $mulmocast: {
497
- credit: "closing",
498
- version: "1.1",
499
- },
500
- audioParams: {
501
- audioVolume: 1,
502
- bgmVolume: 0.2,
503
- closingPadding: 0.8,
504
- introPadding: 1,
505
- outroPadding: 1,
506
- padding: 0.3,
507
- suppressSpeech: false,
508
- },
509
- canvasSize: {
510
- height: 1536,
511
- width: 1024,
512
- },
513
- imageParams: {
514
- images: {
515
409
  presenter: {
516
410
  source: {
517
411
  kind: "url",
518
- url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghibli_presenter.jpg",
412
+ url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghost_presenter.png",
519
413
  },
520
414
  type: "image",
521
415
  },
522
416
  },
523
- provider: "openai",
524
- style: "<style>Ghibli style</style>",
417
+ style: "<style>Ghost in the shell aesthetic.</style>",
525
418
  },
526
419
  movieParams: {
527
420
  provider: "replicate",
@@ -532,22 +425,21 @@ export const promptTemplates = [
532
425
  speechParams: {
533
426
  speakers: {
534
427
  Presenter: {
535
- provider: "nijivoice",
536
- speechOptions: {
537
- speed: 1.5,
428
+ displayName: {
429
+ en: "Presenter",
538
430
  },
539
- voiceId: "3708ad43-cace-486c-a4ca-8fe41186e20c",
431
+ voiceId: "shimmer",
540
432
  },
541
433
  },
542
434
  },
543
435
  },
544
436
  scriptName: "image_prompts_template.json",
545
- systemPrompt: "Generate a Japanese script for a Youtube shorts of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
546
- title: "Ghibli style for YouTube Shorts",
437
+ systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
438
+ title: "Ghost in the shell style",
547
439
  },
548
440
  {
549
- description: "Template for Ghost in the shell style comic presentation.",
550
- filename: "ghost_comic",
441
+ description: "Template for business presentation in HTML.",
442
+ filename: "html",
551
443
  presentationStyle: {
552
444
  $mulmocast: {
553
445
  credit: "closing",
@@ -567,24 +459,8 @@ export const promptTemplates = [
567
459
  width: 1536,
568
460
  },
569
461
  imageParams: {
570
- images: {
571
- optimus: {
572
- source: {
573
- kind: "url",
574
- url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/optimus.png",
575
- },
576
- type: "image",
577
- },
578
- presenter: {
579
- source: {
580
- kind: "url",
581
- url: "https://raw.githubusercontent.com/receptron/mulmocast-media/refs/heads/main/characters/ghost_presenter.png",
582
- },
583
- type: "image",
584
- },
585
- },
462
+ images: {},
586
463
  provider: "openai",
587
- style: "<style>Ghost in the shell aesthetic.</style>",
588
464
  },
589
465
  movieParams: {
590
466
  provider: "replicate",
@@ -603,15 +479,8 @@ export const promptTemplates = [
603
479
  },
604
480
  },
605
481
  },
606
- scriptName: "image_prompts_template.json",
607
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
608
- title: "Ghost in the shell style",
609
- },
610
- {
611
- description: "Template for business presentation in HTML.",
612
- filename: "html",
613
482
  scriptName: "html.json",
614
- systemPrompt: "Generate a script for a business presentation of the given topic. Another LLM will generate actual slides from the prompt and data for each beat. Adding optional data would help it to generate more compelling slide. Mention the reference in one of beats, if it exists. The valid type of reference is 'article', 'paper', 'image', 'video', 'audio'. Use the JSON below as a template.",
483
+ systemPrompt: "Another LLM will generate actual slides from the prompt and data for each beat. Adding optional data would help it to generate more compelling slide. Mention the reference in one of beats, if it exists. The valid type of reference is 'article', 'paper', 'image', 'video', 'audio'. Use the JSON below as a template.",
615
484
  title: "Business presentation in HTML",
616
485
  },
617
486
  {
@@ -645,7 +514,6 @@ export const promptTemplates = [
645
514
  type: "image",
646
515
  },
647
516
  },
648
- provider: "openai",
649
517
  style: "<style>One Piece aesthetic.</style>",
650
518
  },
651
519
  movieParams: {
@@ -666,15 +534,9 @@ export const promptTemplates = [
666
534
  },
667
535
  },
668
536
  scriptName: "image_prompts_template.json",
669
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
537
+ systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
670
538
  title: "One Piece style",
671
539
  },
672
- {
673
- description: "Generic. No template.",
674
- filename: "podcast_standard",
675
- systemPrompt: "Please generate a podcast script based on the topic provided by the user.",
676
- title: "Generic",
677
- },
678
540
  {
679
541
  description: "Template for photo realistic movie in portrait mode.",
680
542
  filename: "portrait_movie",
@@ -706,7 +568,6 @@ export const promptTemplates = [
706
568
  type: "image",
707
569
  },
708
570
  },
709
- provider: "openai",
710
571
  style: "<style>Photo realistic, cinematic.</style>",
711
572
  },
712
573
  movieParams: {
@@ -727,7 +588,7 @@ export const promptTemplates = [
727
588
  },
728
589
  },
729
590
  scriptName: "movie_prompts_template.json",
730
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
591
+ systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
731
592
  title: "Photo realistic movie (portrait)",
732
593
  },
733
594
  {
@@ -761,7 +622,6 @@ export const promptTemplates = [
761
622
  type: "image",
762
623
  },
763
624
  },
764
- provider: "openai",
765
625
  style: "<style>Photo realistic, cinematic.</style>",
766
626
  },
767
627
  movieParams: {
@@ -782,7 +642,7 @@ export const promptTemplates = [
782
642
  },
783
643
  },
784
644
  scriptName: "movie_prompts_template.json",
785
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
645
+ systemPrompt: "Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
786
646
  title: "Photo realistic movie template",
787
647
  },
788
648
  {
@@ -807,7 +667,6 @@ export const promptTemplates = [
807
667
  width: 1536,
808
668
  },
809
669
  imageParams: {
810
- provider: "openai",
811
670
  style: "<style>Ghibli style. Student (Taro) is a young teenager with a dark short hair with glasses. Teacher is a middle-aged man with grey hair and moustache.</style>",
812
671
  },
813
672
  movieParams: {
@@ -843,7 +702,7 @@ export const promptTemplates = [
843
702
  },
844
703
  },
845
704
  scriptName: "sensei_and_taro.json",
846
- systemPrompt: "この件について、内容全てを高校生にも分かるように、太郎くん(Student)と先生(Teacher)の会話、という形の台本をArtifactとして作って。ただし要点はしっかりと押さえて。以下に別のトピックに関するサンプルを貼り付けます。このJSONフォーマットに従って。",
705
+ systemPrompt: "全てを高校生にも分かるように、太郎くん(Student)と先生(Teacher)の会話、という形の台本にして。ただし要点はしっかりと押さえて。以下に別のトピックに関するサンプルを貼り付けます。このJSONフォーマットに従って。",
847
706
  title: "Student and Teacher",
848
707
  },
849
708
  {
@@ -867,7 +726,6 @@ export const promptTemplates = [
867
726
  width: 720,
868
727
  },
869
728
  imageParams: {
870
- provider: "openai",
871
729
  style: "<style>Photo realistic, cinematic.</style>",
872
730
  },
873
731
  movieParams: {
@@ -888,23 +746,9 @@ export const promptTemplates = [
888
746
  },
889
747
  },
890
748
  scriptName: "movie_prompts_template.json",
891
- systemPrompt: "Generate a script for a Youtube shorts of the given topic. The first beat should be a hook, which describes the topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
749
+ systemPrompt: "This script is for YouTube shorts. The first beat should be a hook, which describes the topic. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
892
750
  title: "Short movie template",
893
751
  },
894
- {
895
- description: "Template for Text and Image Script.",
896
- filename: "text_and_image",
897
- scriptName: "image_prompts_template.json",
898
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the imagePrompt of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
899
- title: "Text and Image",
900
- },
901
- {
902
- description: "Template for Text Only Script.",
903
- filename: "text_only",
904
- scriptName: "text_only_template.json",
905
- systemPrompt: "Generate a script for a presentation of the given topic. Another AI will generate comic strips for each beat based on the text description of that beat. Mention the reference in one of beats, if it exists. Use the JSON below as a template.",
906
- title: "Text Only",
907
- },
908
752
  {
909
753
  description: "Template for A Movie Trailer.",
910
754
  filename: "trailer",
@@ -930,7 +774,6 @@ export const promptTemplates = [
930
774
  width: 1280,
931
775
  },
932
776
  imageParams: {
933
- provider: "openai",
934
777
  style: "<style>Photo realistic, cinematic.</style>",
935
778
  },
936
779
  movieParams: {
@@ -951,7 +794,7 @@ export const promptTemplates = [
951
794
  },
952
795
  },
953
796
  scriptName: "movie_prompts_no_text_template.json",
954
- systemPrompt: "Generate a script for a movie trailer of the given story. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
797
+ systemPrompt: "This script is for a movie trailer. Another AI will generate images for each beat based on the image prompt of that beat. Movie prompts must be written in English.",
955
798
  title: "Movie Trailer template",
956
799
  },
957
800
  ];
@@ -390,8 +390,8 @@ export declare const scriptTemplates: ({
390
390
  imagePrompt: string;
391
391
  }[];
392
392
  filename: string;
393
+ lang: string;
393
394
  title: string;
394
- lang?: undefined;
395
395
  references?: undefined;
396
396
  htmlImageParams?: undefined;
397
397
  imageParams?: undefined;
@@ -445,8 +445,8 @@ export declare const scriptTemplates: ({
445
445
  };
446
446
  };
447
447
  };
448
+ lang: string;
448
449
  title: string;
449
- lang?: undefined;
450
450
  references?: undefined;
451
451
  htmlImageParams?: undefined;
452
452
  movieParams?: undefined;
@@ -647,8 +647,8 @@ export declare const scriptTemplates: ({
647
647
  lang: string;
648
648
  };
649
649
  filename: string;
650
+ lang: string;
650
651
  title: string;
651
- lang?: undefined;
652
652
  references?: undefined;
653
653
  htmlImageParams?: undefined;
654
654
  imageParams?: undefined;
@@ -523,6 +523,7 @@ export const scriptTemplates = [
523
523
  },
524
524
  ],
525
525
  filename: "image_prompt_only_template",
526
+ lang: "en",
526
527
  title: "[TITLE: Brief, engaging title for the topic]",
527
528
  },
528
529
  {
@@ -601,6 +602,7 @@ export const scriptTemplates = [
601
602
  },
602
603
  },
603
604
  },
605
+ lang: "en",
604
606
  title: "[TITLE OF THE PRESENTAITON OR STORY]",
605
607
  },
606
608
  {
@@ -1094,6 +1096,7 @@ export const scriptTemplates = [
1094
1096
  lang: "en",
1095
1097
  },
1096
1098
  filename: "voice_over",
1099
+ lang: "en",
1097
1100
  title: "Voice Over Test",
1098
1101
  },
1099
1102
  ];
@@ -1,7 +1,6 @@
1
1
  export declare const templateDataSet: {
2
2
  akira_comic: string;
3
3
  ani: string;
4
- ani_ja: string;
5
4
  business: string;
6
5
  characters: string;
7
6
  children_book: string;
@@ -9,17 +8,12 @@ export declare const templateDataSet: {
9
8
  comic_strips: string;
10
9
  drslump_comic: string;
11
10
  ghibli_comic: string;
12
- ghibli_image_only: string;
13
- ghibli_shorts: string;
14
11
  ghost_comic: string;
15
12
  html: string;
16
13
  onepiece_comic: string;
17
- podcast_standard: string;
18
14
  portrait_movie: string;
19
15
  realistic_movie: string;
20
16
  sensei_and_taro: string;
21
17
  shorts: string;
22
- text_and_image: string;
23
- text_only: string;
24
18
  trailer: string;
25
19
  };