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: 9 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T15:52:27.000Z (over 5 years ago)
- Last Synced: 2025-04-30T16:15:15.999Z (about 1 year ago)
- Topics: figma, figma-plugin
- Language: TypeScript
- Homepage: https://www.figma.com/community/plugin/886688414738743606/Hosted-Export
- Size: 180 KB
- Stars: 42
- Watchers: 2
- Forks: 6
- 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)

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`