Skip to content

Instantly share code, notes, and snippets.

@thomas-lowry
Created September 16, 2019 13:44
Show Gist options
  • Save thomas-lowry/d59ef91438bd26617fe7893c948c0747 to your computer and use it in GitHub Desktop.
Save thomas-lowry/d59ef91438bd26617fe7893c948c0747 to your computer and use it in GitHub Desktop.
Select all instances that come from a library on a Figma page
figma.currentPage.findAll(i => i.type === 'INSTANCES' && i.masterComponent.remote === true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment