A Figma plugin that adds high-quality outlines to images with anti-aliased, smooth strokes.
- High quality: High resolution export with supersampling
- Smart cropping: Respects current crop position
- Customizable: Adjustable stroke width and color
- Live preview: See changes in real-time
- Select an image or frame
- Run the plugin
- Adjust stroke width and color
- Click "Generate Outline"
# Install dependencies
npm install
# Build
npm run build
Load the plugin in Figma: `Plugins` → `Development` → `Import plugin from manifest...`
## Technical Notes
- Exports at high resolution for clarity
- Uses canvas API for image processing
- Dynamic step calculation prevents jagged edges
- All processing happens locally (no external servers)
## License
MIT