Remix.run Logo
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

Mic92 4 hours ago | parent [-]

I am a human and I can't...

bryanrasmussen 3 hours ago | parent [-]

looks like you failed your last exam, please exit through the red door down the aisle.

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