Skip to content

Latest commit

 

History

History
45 lines (43 loc) · 2.2 KB

README.md

File metadata and controls

45 lines (43 loc) · 2.2 KB

Plasmo Notion

DostsOfFigma

Palette+ is a powerful plugin that allows designers to create and manage color palettes directly within the Figma design tool. The plugin not only enables the easy creation and organization of color palettes but also includes accessibility features to ensure compliance with accessibility guidelines. Additionally, it offers a size changing feature, enabling designers to quickly adjust the size of elements within their design.

Features

1.Color Palette Creation: Easily create and manage color palettes within Figma. The plugin provides an intuitive interface to add, remove, and rearrange colors in your palette.
2.Font size Changing Feature: The plugin also allows users to change the size of selected elements within their design. This feature streamlines the design process, saving time and effort in manually adjusting sizes.
3.Customizable Options: The plugin offers customizable options for color palettes, including the ability to set default colors, adjust contrast ratios thresholds, and customize size presets.

Team members

  1. Alaka A J
  2. Ameesha Arackal

Link to product walkthrough

link to video

How it Works ?

  1. Random palette is generated using random() function. Font size is changed using evaluating all the elements in the page and changing the font size of the text elements. Cancel button is used to exit from the plugin.
  2. walkthrough

Libraries used

Figma API

How to configure

  1. Fork the repository
  2. Clone the repository
git clone https://github.com/alaka03aj/SHN-Figma.git
  1. Install all dependencies
  • Install TypeScript using the command:
npm install -g typescript
  • To use latest Figma plugin
npm install --save-dev @figma/plugin-typings
  1. Run the application by "Terminal > Run Build Task..." menu item, then select "npm: watch"

How to Run

Run the "Terminal > Run Build Task..." menu item, then select "npm: watch"