{
  "mode": "diaporama",
  "timing": {
    "duration": 3000,
    "transition": 500
  },
  "images": [
    {
      "src": "https://picsum.photos/800/1200?random=2",
      "alt": "Demo image 2"
    }
  ],
  "ar": {
    "enabled": true,
    "targetFiles": [
      "targets/poster1.mind",
      "targets/poster2.mind"
    ],
    "layers": [
      {
        "targetIndex": 0,
        "type": "model",
        "src": "https://cdn.jsdelivr.net/gh/hiukim/mind-ar-js@1.2.5/examples/image-tracking/assets/band-example/bear/scene.gltf",
        "position": { "x": 0, "y": -0.25, "z": 0 },
        "rotation": { "x": 0, "y": 0, "z": 0 },
        "scale": { "x": 0.05, "y": 0.05, "z": 0.05 },
        "animation": true
      },
      {
        "targetIndex": 1,
        "type": "model",
        "src": "https://cdn.jsdelivr.net/gh/hiukim/mind-ar-js@1.2.5/examples/image-tracking/assets/band-example/raccoon/scene.gltf",
        "position": { "x": 0, "y": -0.25, "z": 0 },
        "rotation": { "x": 0, "y": 0, "z": 0 },
        "scale": { "x": 0.05, "y": 0.05, "z": 0.05 },
        "animation": true
      }
    ]
  }
}
