A Figma plugin to help designers clean up media in their files.
Clean Hidden Images
Removes image fills that are not visible:
- Images with visibility set to hidden
- Images covered by an opaque fill above them
Mutes all videos in the current page that are not already muted.
Built with Create Figma Plugin.
- Bun (or Node.js)
- Figma desktop app
bun install
bun run build
This generates a manifest.json file and a build/ directory containing the JavaScript bundle.
bun run watch
- Open the Figma desktop app
- Run
Import plugin from manifest…via Quick Actions (Cmd+/) - Select the
manifest.jsonfile from this project