Skip to content

Instantly share code, notes, and snippets.

@vdawg-git
vdawg-git / getFigmaTableVariables.js
Last active August 15, 2025 08:27
Get Figma variables from the tables overview
/*
Just paste and run it in the devtools. Then you can copy the resulting array.
This gets the variables from the current table in the Figma Variables overview.
Last update: 14.08.2025
*/
console.log(getVars())