{
  "version": 1.1,
  "tags": [
    {
      "name": "toba-logo",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "class",
          "description": ""
        },
        {
          "name": "color-mode",
          "description": "",
          "values": [
            {
              "name": "bw"
            },
            {
              "name": "full"
            },
            {
              "name": "grey"
            }
          ]
        },
        {
          "name": "do-animate",
          "description": "Whether to attach events to have eyes follow pointer."
        },
        {
          "name": "size",
          "description": "Pixel width and height of logo"
        }
      ]
    },
    {
      "name": "toba-svg",
      "description": {
        "kind": "markdown",
        "value": ""
      },
      "attributes": [
        {
          "name": "asset",
          "description": "Name of asset to use as `src` resolved with `getAssetPath()`."
        },
        {
          "name": "class",
          "description": "Style class"
        },
        {
          "name": "height",
          "description": ""
        },
        {
          "name": "hoist-styles",
          "description": "Whether to move style classes defined for a `<symbol>` out of the\nshadow DOM to the `<use>` element itself. The default is `true`.\n\nThis property has no effect if the `use` property is undefined."
        },
        {
          "name": "size",
          "description": ""
        },
        {
          "name": "src",
          "description": "URL of SVG file to load. This will be ignored if `use` or `svgText`\nare specified."
        },
        {
          "name": "svg-text",
          "description": ""
        },
        {
          "name": "use",
          "description": "ID of SVG symbol to use in this position. This will be ignored if\n`svgText` is specified."
        },
        {
          "name": "width",
          "description": ""
        }
      ]
    }
  ]
}