Skip to content

Instantly share code, notes, and snippets.

@ilyalesik
Created December 5, 2019 10:38
Show Gist options
  • Save ilyalesik/af9b07b17c383ba5ea94a998f5451651 to your computer and use it in GitHub Desktop.
Save ilyalesik/af9b07b17c383ba5ea94a998f5451651 to your computer and use it in GitHub Desktop.
Figma samples
// Creating text with zero width and wrapping any symbols to the next line
const textNode = figma.createText();
textNode.textAutoResize = 'HEIGHT';
textNode.characters = "some text";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment