| ▲ | VladVladikoff 6 hours ago |
| Can it make a SVG of a pelican riding a bicycle? |
|
| ▲ | rafaelmn 6 hours ago | parent | next [-] |
| "Humanity's last exam" HN edition |
| |
|
| ▲ | dannote an hour ago | parent | prev [-] |
| Will add vector path manipulation soon! |
| |
| ▲ | dannote an hour ago | parent [-] | | Just shipped in 0.6.0! New path commands: # Read path data
figma-use path get <id>
# Set new path
figma-use path set <id> "M10,10 L90,50 L10,90 Z"
# Transform existing paths
figma-use path move <id> --dx 100 --dy 50
figma-use path scale <id> --factor 2
figma-use path flip <id> --axis x
SKILL.md updated too |
|