├── .github └── ISSUE_TEMPLATE │ └── resource-addition-request.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md └── code-of-conduct.md /.github/ISSUE_TEMPLATE/resource-addition-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/figma/plugin-resources/HEAD/.github/ISSUE_TEMPLATE/resource-addition-request.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/figma/plugin-resources/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/figma/plugin-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/figma/plugin-resources/HEAD/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/figma/plugin-resources/HEAD/code-of-conduct.md --------------------------------------------------------------------------------