Skip to content

Plugin to extract all the images used in figma file and export them in png format into a folder.

Notifications You must be signed in to change notification settings

AryaV14/Figma_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plasmo Notion

Project Name: Codehats

Plugin to extract all the images used in figma file and export them in png format into a folder.

Team members

  1. Arya Vijayan
  2. Donna Thomas
  3. Neha Shenoy

Libraries used

To run this application locally, you'll need the following:

  • Nodejs
  • Typescript

How to configure and run

Below are the steps to get your plugin running. You can also find instructions at:

https://www.figma.com/plugin-docs/plugin-quickstart-guide/

This plugin template uses Typescript and NPM, two standard tools in creating JavaScript applications.

First, download Node.js which comes with NPM. This will allow you to install TypeScript and other libraries. You can find the download link here:

https://nodejs.org/en/download/

Next, install TypeScript using the command:

  npm install -g typescript

Finally, in the directory of your plugin, get the latest type definitions for the plugin API by running:

  npm install --save-dev @figma/plugin-typings

About

Plugin to extract all the images used in figma file and export them in png format into a folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published