-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,23 @@ | ||
# Figma to ESPHome display code generator | ||
Generates YML and C++ code for an ESPHome display from a Figma document | ||
|
||
## [https://notisrac.github.io/FigmaToESPHome/](https://notisrac.github.io/FigmaToESPHome/) | ||
## Use it here: [https://notisrac.github.io/FigmaToESPHome/](https://notisrac.github.io/FigmaToESPHome/) | ||
|
||
## How to use | ||
Fill in the form with the appropriate data and click the ```Generate``` button | ||
|
||
### Figma Api URL | ||
URL of the Figma API - you can leave this as is | ||
|
||
### Figma Api Token | ||
Your security token for the Figma Api - find more info on how to generate one, [here](https://www.figma.com/developers/api#access-tokens) | ||
|
||
### Figma file key | ||
The unique identifier of your Figma file: | ||
![Wher to find the file key](./docs/figma_file_key.png) | ||
|
||
### Page name | ||
Name of the page, the design is on. E.g: ```Page 1``` | ||
|
||
### Frame name | ||
The frame that contains the design. E.g: ```Frame 1``` or ```My awesome design``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.