{
  "$mulmocast": {
    "version": "1.1"
  },
  "lang": "en",
  "captionParams": {
    "lang": "en",
    "styles": ["color: yellow"],
    "captionSplit": "estimate",
    "textSplit": {
      "type": "delimiters",
      "delimiters": ["。", "！", "？"]
    }
  },
  "beats": [
    {
      "text": "Hello World",
      "image": {
        "type": "textSlide",
        "slide": {
          "title": "Hello World",
          "bullets": ["Hello", "World"]
        }
      }
    },
    {
      "text": "Hello World. May the force be with you.\nThis is a long caption.\nThis is a really long caption.",
      "image": {
        "type": "textSlide",
        "slide": {
          "title": "Hello World",
          "bullets": ["Hello", "World"]
        }
      }
    },
    {
      "text": "Hello World",
      "image": {
        "type": "textSlide",
        "slide": {
          "title": "Hello World",
          "bullets": ["Hello", "World"]
        }
      },
      "captionParams": {
        "styles": [
          "font-family: Helvetica, sans-serif",
          "font-weight: bold",
          "color: #000000",
          "background: rgba(255, 255, 0, 0.8)",
          "font-size: 64px",
          "text-align: left",
          "text-shadow: 0px 0px 20px rgba(255, 255, 0, 1.0)"
        ]
      }
    }
  ]
}
