Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colebemis/figma-hosted-export
Copy hosted image URLs for any frame inside Figma
https://github.com/colebemis/figma-hosted-export
figma figma-plugin
Last synced: 14 days ago
JSON representation
Copy hosted image URLs for any frame inside Figma
- Host: GitHub
- URL: https://github.com/colebemis/figma-hosted-export
- Owner: colebemis
- Created: 2020-09-14T06:15:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T15:52:27.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T23:10:28.120Z (18 days ago)
- Topics: figma, figma-plugin
- Language: TypeScript
- Homepage: https://www.figma.com/community/plugin/886688414738743606/Hosted-Export
- Size: 180 KB
- Stars: 43
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hosted Export Figma plugin
Hosted Export allows you to copy hosted image URLs for any frame inside Figma.
👉 [Install on Figma](https://www.figma.com/community/plugin/886688414738743606/Hosted-Export)
![Demo gif](https://user-images.githubusercontent.com/4608155/93166049-83061380-f6d2-11ea-979a-11c6eac8b6e9.gif)
Powered by Component AI's [JSX to PNG API]().## Usage
1. Select frame(s) to export
1. Open "Hosted Export" plugin
1. Click link icon to copy image URL to clipboard
1. Paste anywhere you want!## Local development
1. Clone the repository
```shell
git clone https://github.com/colebemis/figma-hosted-export.git
cd figma-hosted-export
```1. Install the dependencies
```shell
yarn
```1. Start the development server
```
yarn start
```1. Open the [Figma desktop app](https://www.figma.com/downloads/)
1. Go to `Account > Plugins > In Development > Create new plugin`
1. Choose `figma-hosted-export/manifest.json`
1. Run the plugin by going to `Menu > Plugins > Development > Hosted Export`