{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "src/index.ts",
      "declarations": [
        {
          "kind": "class",
          "description": "A github corner.",
          "name": "GitHubCorners",
          "members": [
            {
              "kind": "field",
              "name": "styles",
              "static": true,
              "default": "css`\n    .github-corner:hover .octo-arm {\n      animation: octocat-wave 560ms ease-in-out;\n    }\n\n    @keyframes octocat-wave {\n      0%,\n      100% {\n        transform: rotate(0);\n      }\n      20%,\n      60% {\n        transform: rotate(-25deg);\n      }\n      40%,\n      80% {\n        transform: rotate(10deg);\n      }\n    }\n\n    @media (max-width: 500px) {\n      .github-corner:hover .octo-arm {\n        animation: none;\n      }\n      .github-corner .octo-arm {\n        animation: octocat-wave 560ms ease-in-out;\n      }\n    }\n  `"
            },
            {
              "kind": "field",
              "name": "blank",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "target=\"_blank\" for link"
            },
            {
              "kind": "field",
              "name": "color",
              "type": {
                "text": "string"
              },
              "default": "'#fff'",
              "description": "Font color"
            },
            {
              "kind": "field",
              "name": "fill",
              "type": {
                "text": "string"
              },
              "default": "'#151513'",
              "description": "Fill color for github corners"
            },
            {
              "kind": "field",
              "name": "repo",
              "type": {
                "text": "string"
              },
              "default": "'YunYouJun/wc-github-corners'",
              "description": "Your GitHub Repo Name, generate url start with <https://github.com>."
            },
            {
              "kind": "field",
              "name": "url",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "You also can custom it to override the url generated by repo."
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "'View source on GitHub'",
              "description": "Hover title"
            },
            {
              "kind": "field",
              "name": "reverse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Reverse color and fill"
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "string"
              },
              "default": "'right'",
              "description": "Position of github corners, 'left' or 'right'"
            },
            {
              "kind": "method",
              "name": "getPositionStyles",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "position",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "render"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "GitHubCorners",
          "declaration": {
            "name": "GitHubCorners",
            "module": "src/index.ts"
          }
        }
      ]
    }
  ]
}
