knok-healthcare / figma-assets-to-github-plugin

A Figma plugin to export all assets inside a Figma board to a Github pull request with ease
https://www.figma.com/community/plugin/1250083994048709468/Figma-assets-to-Github-plugin
MIT License
3 stars 0 forks source link

performance: extract export logic to a new thread #2

Open carlosdevpereira opened 1 year ago

carlosdevpereira commented 1 year ago

Description

When the "Export" button is clicked, the plugin browser window gets blocked for a few seconds because the main thread get's blocked.

Suggested solution