Import images into Figma with automatic filename and dimension annotations
A Figma plugin that imports images and automatically adds metadata annotations including filename and dimensions.
- Drag & Drop Import: Easily import images by dragging them into the plugin UI
- Multiple Format Support: PNG, JPG, SVG, WebP, GIF
- Auto Annotations: Automatically adds chips showing filename and dimensions
- Grid Layout: Images are arranged in a grid for easy viewing
- Metadata Extraction: Parses actual image dimensions from file headers
- Clone the repository
- Install dependencies:
npm install
- Build the plugin:
npm run build
- Watch for changes:
npm run watch
- Open Figma
- Go to Plugins → Development → Import plugin from manifest
- Select the
manifest.jsonfile from this repository
- Open the plugin in Figma
- Drag and drop images or click "Browse Files"
- Select one or more images (PNG, JPG, SVG, WebP, GIF)
- Click "Import Images"
- Images will appear on the canvas with filename and dimension annotations
npm run build- Compile TypeScriptnpm run watch- Watch mode for developmentnpm run lint- Run ESLintnpm run lint:fix- Fix ESLint errors
- TypeScript
- Figma Plugin API
- ESLint with TypeScript support
MIT