Skip to content

v0.5.3

Choose a tag to compare

@dannote dannote released this 18 Jan 18:14
· 210 commits to master since this release

Added

  • set font-range — style text ranges (bold, color, size for specific characters)
    figma-use set font-range <id> --start 0 --end 5 --style Bold --color "#FF0000"
  • node to-component — convert frames to components
    figma-use node to-component <id>
    figma-use node to-component "1:2 1:3 1:4"  # Multiple
  • SKILL.md: added SVG import, font-range, grouping and auto-layout examples