Home
Softono
figma-hosted-export

figma-hosted-export

Open source TypeScript
41
Stars
6
Forks
1
Issues
1
Watchers
5 years
Last Commit

About figma-hosted-export

Copy hosted image URLs for any frame inside Figma

Platforms

Web Self-hosted

Languages

TypeScript

Hosted Export Figma plugin

Hosted Export allows you to copy hosted image URLs for any frame inside Figma.

👉 Install on Figma

Demo gif Powered by Component AI's [JSX to PNG API]().

Usage

  1. Select frame(s) to export
  2. Open "Hosted Export" plugin
  3. Click link icon to copy image URL to clipboard
  4. Paste anywhere you want!

Local development

  1. Clone the repository

    git clone https://github.com/colebemis/figma-hosted-export.git
    cd figma-hosted-export
  2. Install the dependencies

    yarn
  3. Start the development server

    yarn start
  4. Open the Figma desktop app

  5. Go to Account > Plugins > In Development > Create new plugin

  6. Choose figma-hosted-export/manifest.json

  7. Run the plugin by going to Menu > Plugins > Development > Hosted Export