Answers for "figma.com"

1

figma.com

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

figma

Figma is a vector graphics editor and prototyping tool.

It is primarily web-based, with additional offline features enabled by desktop
applications for macOS and Windows.

The Figma Mirror companion apps for Android and iOS allow viewing Figma
prototypes on mobile devices.
Posted by: Guest on August-17-2020
-2

figma

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

figma

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

figma

Sequence
Posted by: Guest on January-12-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

Code answers related to "figma.com"

Browse Popular Code Answers by Language