figma-browser
v1.0.2
Published
A graphical interface for browsing Figma projects and frames with personal access tokens
Maintainers
Readme
Figma Browser
Browse your Figma projects and frames with a simple web interface.
Install
npm install -g figma-browserUse
figma-browserOpens at http://localhost:3000. Enter your:
- Figma personal access token
- Team ID from your Figma team URL
Get Your Token
- Go to Figma Developer Settings
- Create new token
- Copy the token (starts with
figd_)
Get Your Team ID
From your Figma team URL: https://www.figma.com/team/123456/TeamName
The Team ID is: 123456
Options
figma-browser --port 8080 # Different port
figma-browser --no-browser # Don't open browser
figma-browser --help # Show helpRequirements: Node.js 16+
MIT License
