croma-app / huehive-figma-plugin

HueHive Figma plugin - Generate color palettes using ChatGPT
https://www.figma.com/community/plugin/1279143554756107780/huehive-figma-plugin
MIT License
4 stars 1 forks source link
color-scheme figma-plugin reactjs

HueHive Figma Plugin

flowchart TB
    A[Huehive Figma Plugin] -->|User signs in with token| B[Huehive Login]
    B --> C{Does user have token?}
    C -->|Yes| D[Access Huehive]
    C -->|No| E[Go to Huehive to get token]
    E --> B
    D --> F[Generate Palette using ChatGPT]
    F --> G[Save Favorite Palettes]
    G -->|Access saved palettes| H[Use palettes in Figma plugin]
    H --> I[Add palettes to Figma]
    I --> J[Use in designs]

Generated on Huehive

This template contains the react example as shown on Figma Docs, with some structural changes and extra tooling.

Quickstart

⭐ To change the UI of your plugin (the react code), start editing App.tsx.
⭐ To interact with the Figma API edit controller.ts.
⭐ Read more on the Figma API Overview.

Toolings

This repo is using:

Development

Publishing plugin