Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.32 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.32 KB

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