Answers for "figma download"

1

Figma download

For Windows!
https://www.figma.com/download/desktop/win
For macOS!
https://www.figma.com/download/desktop/mac
Posted by: Guest on January-21-2022
-1

figma documentation

// The ': string[]' is an annotation
let list: string[] = []
for (const node of figma.currentPage.selection) {
  list.push(node.type)
}

// The ': number' are also annotations
function doThing(x: number, str: string) {
  // ...
}
Posted by: Guest on December-19-2020

Browse Popular Code Answers by Language