Try it here: https://jamiemill.github.io/figma-xray/
Shows you:
- What library components you are using, how many instances, and where they are
- What local components you're using or not using (maybe time to delete some components?).
- Whether you have any instances that are pointing to deleted components (maybe time to restore them?).
There is no backend. Everything is running client-side in your browser.
Your personal access token will be stored in your browser's localstorage for convenience, so you can refresh the page without losing it.
Install dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.