chromium/third_party/blink/renderer/modules/xr/xr_tracked_image_init.idl

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// PRELIMINARY draft explainer, this is still in ongoing discussions
// with the immersive-web group and likely to change:
//
//   https://github.com/klausw/webxr-image-tracking/blob/main/explainer.md

dictionary XRTrackedImageInit {
  required ImageBitmap image;
  required float widthInMeters;
};