Answers for "figma file"

1

figma.com

Icn_Hambuger
Posted by: Guest on October-28-2020
0

figma

others
Posted by: Guest on February-18-2021
0

figma

Logo
Posted by: Guest on December-30-2021
0

figma

Sequence
Posted by: Guest on January-12-2021
-3

figma

arrow
Posted by: Guest on February-18-2021
-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