{"id":28633577,"url":"https://github.com/dicebear/exporter-plugin-for-figma","last_synced_at":"2025-06-12T15:09:08.920Z","repository":{"id":108179362,"uuid":"441676267","full_name":"dicebear/exporter-plugin-for-figma","owner":"dicebear","description":"With this plugin you can export your creations for DiceBear in no time.","archived":false,"fork":false,"pushed_at":"2024-07-23T19:30:39.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-23T22:56:42.892Z","etag":null,"topics":["dicebear","figma"],"latest_commit_sha":null,"homepage":"https://www.figma.com/community/plugin/1005765655729342787/DiceBear-5.0-Exporter","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dicebear.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-25T12:38:04.000Z","updated_at":"2024-07-23T19:30:25.000Z","dependencies_parsed_at":"2024-07-23T22:42:31.819Z","dependency_job_id":"e1f5f01e-6e9a-4e22-bc4d-a4773db63f53","html_url":"https://github.com/dicebear/exporter-plugin-for-figma","commit_stats":null,"previous_names":["dicebear/exporter-plugin-for-figma"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dicebear/exporter-plugin-for-figma","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicebear%2Fexporter-plugin-for-figma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicebear%2Fexporter-plugin-for-figma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicebear%2Fexporter-plugin-for-figma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicebear%2Fexporter-plugin-for-figma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dicebear","download_url":"https://codeload.github.com/dicebear/exporter-plugin-for-figma/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dicebear%2Fexporter-plugin-for-figma/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259490550,"owners_count":22865769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dicebear","figma"],"created_at":"2025-06-12T15:09:04.871Z","updated_at":"2025-06-12T15:09:08.905Z","avatar_url":"https://github.com/dicebear.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Figsvelte\n\nA boilerplate for creating Figma plugins using Svelte.\n\nThis starter project has everything you need to start developing a Figma plugin usign Svelte. Your JS, CSS, SVG and\nimage assets can be bundled on build. The package will take care of compiling your typescript + app on save during\ndevelopment, and also minify on build.\n\nAdditionally, this package comes preconfigured with\n[Figma Plugin DS Svelte](https://github.com/thomas-lowry/figma-plugin-ds-svelte) where you have access to a large range\nof components and icons that match the Figma UI, to get you up and running quickly. Note: installing this boilerplate\nwill install the component library as a dependency.\n\nOnly what you import/use will be included in the final build for small bundle size.\n\n## To get started\n\n```bash\nnpx degit thomas-lowry/figsvelte figma-plugin\ncd figma-plugin\nnpm install\n```\n\n_Note that you will need to have [Node.js](https://nodejs.org/) installed._\n\n## Connecting your plugin to Figma\n\nConnecting your plugin to Figma After installing, go to **Plugins / Development / New Plugin** in the Figma desktop app\nfor Mac OS or Windows and choose the option **\"Link existing plugin\"**.\n\n_You also can just type \"New Plugin\" in Figma global search to go there_\n\nFrom there you need to link a **manifest.json** file located at **public** folder in your directory:\n\n```bash\n/figma-plugin/public/manifest.json\n```\n\nNow edit this file to give a new name for your plugin, and you will be able call it from Figma: **Plugins / Development\n/ Your Plugin Name**\n\n## Development\n\nDuring development, watch your project for changes with the following command.\n\n```bash\nnpm run dev\n```\n\nStart building your plugin UI in `'src/Plugin.svelte'`.\n\n## Build\n\nWhen ready to package up your final Figma Plugin:\n\n```bash\nnpm run build\n```\n\n## Useful info\n\nTo include an external CSS file:\n\n```javascript\nimport styles from './styles.css';\n```\n\nTo include an SVG:\n\n```javascript\nimport SvgName from './image.svg';\n\n//use in your markup\n{@html SvgName}\n```\n\n_For more info on using the Icon component system with SVGs from\n[Figma Plugin DS Svelte](https://github.com/thomas-lowry/figma-plugin-ds-svelte), refer to the repo._\n\n_For info about Figma API visit [Figma API Overview](https://www.figma.com/plugin-docs/api/api-overview/)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdicebear%2Fexporter-plugin-for-figma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdicebear%2Fexporter-plugin-for-figma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdicebear%2Fexporter-plugin-for-figma/lists"}