window.WEBAR_SDK_CONFIG = {
  "webar-mode": "marker-tracking",
  "rendering-engine":"playcanvas",
  "auto-init":"true",
  "auto-start":"true",
  "logo-src":"../example/images/test_logo_here.png",
  "logo-width":"116px",
  "logo-height":"116px",
  "progress-dot-ring-scale":"0.30",
  "progress-dot-ring-color":"#00AAFF",
  "progress-ring-scale":"0.36",
  "progress-ring-color":"#00FFFF",
  "progress-ring-line-width":"5",

  "alert-border-color":"#00FFFF",
  "alert-border-width":"5px",
  "alert-background-color":"#283747",
  "alert-message-text-color":"#00AAFF",
  "alert-button-color":"#00FFFF",
  "alert-button-text-color":"#283747",
  "alert-button-height":"50px",
  "alert-camera-permission-text":"We need to ask for access to the camera so this experience can work!!!",
  "alert-camera-permission-button-text":"No Problem",
  "alert-motion-permission-text":"Now we need access to motion sensors!!!",
  "alert-motion-permission-button-text":"No Problem",

  "ui-background-color":"#283747",
  "ui-text-color":"#00FFFF",
  "ui-portrait-text":"This experience is optimised for portrait display only",
  "desktop-logo-src":"../example/images/test_desktop_logo.png",
  "desktop-logo-width":"108px",
  "desktop-logo-height":"30px",
  "issue-img-src":"../example/images/test_issue_img.png",
  "issue-img-width":"116px",
  "issue-img-height":"116px",
  "show-guide-view":"true",

  "auto-marker-detection":"true",
  "auto-scan-instruction":"Look for a marker to scan...",
  "auto-scan-instruction-detect":"Detecting...",
  "auto-scan-instruction-idle":"Move around to look for a marker",
  "auto-scan-instruction-text-style":"color: orange",
  "auto-scan-style":"display: none; position: absolute; top: 90%; left: 50%; transform: translate(-50%, -50%); z-index: 10000; width: auto; height: auto; text-align: center;",
  "auto-scan-style-display":"block",
  "scan-btn-width":"100",
  "scan-btn-height":"100",
  "scan-btn-display":"block",
  "scan-btn-instruction":"Tap to scan",
  "scan-btn-instruction-style":"color: white",
  "scan-btn-img-src":"images/user_scan-btn-image_here.png",
  "scan-btn-img-width":"50",
  "scan-btn-img-height":"50",
  "scan-btn-img-x-coordinate":"50%",
  "scan-btn-img-y-coordinate":"50%",
  "scan-btn-img-transform":"translate(-25, -25)",
  "scan-btn-progress-circle-cx-coordinate":"50",
  "scan-btn-progress-circle-cy-coordinate":"50",
  "scan-btn-progress-circle-radius":"35",
  "scan-btn-progress-circle-style":"fill: none; stroke: cyan; stroke-width: 6;",
  "scan-btn-progress-bar-cx-coordinate":"50",
  "scan-btn-progress-bar-cy-coordinate":"50",
  "scan-btn-progress-bar-radius":"35",
  "scan-btn-progress-bar-transform":"rotate(-90 50 50)",
  "scan-btn-progress-bar-color":"blue"
};
