{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/scan-and-show",
  "version": "1.0.0",
  "title": "Embed Viewer",
  "category": "3d-scan-and-show",
  "description": "Embeds a 3D model from Scan the World.",
  "example": {},
  "attributes": {
    "width": {
      "type": "number"
    },
    "height": {
      "type": "number"
    },
    "aspectRatio": {
      "type": "string",
      "default": "16/9"
    }
  },
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}