Skip to content

This Figma plugin allows users to export selected layers as images in either PNG or SVG format and upload them to a server. Simply select a layer, choose the desired format, and click the button to generate and upload the image, receiving a shareable URL as output.

Notifications You must be signed in to change notification settings

shyamkumawat088/figma-image-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Narad - Figma to Cloud Plugin

Overview

Narad is a Figma plugin that allows you to export selected nodes as PNG or SVG and upload them to the cloud.

Installation

  1. Clone the repository or download the source code.
  2. Open Figma and go to Plugins > Development > New Plugin.
  3. Choose Link existing plugin and select the manifest.json file from this project.
  4. update the <auth-token> in ui.html
  5. update the <upload-url> in ui.html

Usage

  1. Select a node in your Figma document.
  2. Run the plugin from the Plugins menu.
  3. The plugin will export the selected node as PNG and SVG and upload them to the cloud.

Files

  • code.js: Main plugin code that handles the export and upload logic.
  • manifest.json: Plugin manifest file that defines the plugin's metadata.
  • ui.html: HTML file for the plugin's user interface.

Development

To develop and test the plugin:

  1. Make changes to the code in code.js.
  2. Reload the plugin in Figma to see your changes.

License

This project is licensed under the MIT License.

About

This Figma plugin allows users to export selected layers as images in either PNG or SVG format and upload them to a server. Simply select a layer, choose the desired format, and click the button to generate and upload the image, receiving a shareable URL as output.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published