A Figma plugin that pixelates image fills on selected rectangles using canvas-based image processing.
- Pixelate image fills with adjustable intensity
- Uses native Figma plugin API
- Fast and easy to use
- Select a rectangle in Figma that has an image fill
- Run the plugin
- Adjust pixel size using the slider
- Click Apply — boom, it's pixelated!
- Clone this repo
- Import
manifest.json
into Figma (Plugins → Development → Import plugin from manifest) - Edit
code.js
andui.html
as needed - Reload in Figma to test
MIT