FeaturesAdvanced Usage

Advanced Usage and Configuration

Dive deeper into PixelLift's settings for custom workflows, naming conventions, and integration tips.

Overview

PixelLift offers advanced settings to tailor exports to your workflow. Customize naming patterns, fine-tune compression, optimize for large Figma files, and structure outputs for team handoffs. These features help scale from single designs to full design systems.

Save your configurations as presets in PixelLift to reuse across projects.

Custom Naming Conventions

Control file names with prefixes, suffixes, and dynamic tokens. Use layer names, frame paths, or AI suggestions for production-ready assets.

Combine tokens like {layer}, {frame}, and {scale}.

{
  "prefix": "assets/",
  "pattern": "{layer}-{scale}x.webp"
}

Compression and Quality Settings

Adjust compression levels for WebP, AVIF, or PNG. Balance file size and visual fidelity.

Open Settings

Click the gear icon in PixelLift panel.

Select Format

Choose WebP or AVIF from the export dropdown.

Set Quality

Slide quality from 70 (balanced) to 95 (high fidelity).

FormatDefault QualityRecommended Range
WebP8075-90
AVIF7570-85
PNGLosslessN/A

Apply and Test

Export a sample layer to preview results.

Higher quality increases file sizes. Test on your target devices.

Handling Large Projects

For files with 100+ layers, use these tips to maintain performance.

  • Limit selections to 50 layers per batch.
  • Disable AI renaming for initial exports.
  • Export in 2x scale only; generate 1x post-process.
{
  "batchSize": 50,
  "aiRename": false,
  "scales": ["2x"]
}

Export to Project Structures

Organize outputs for developers or design systems.

Next Steps

Experiment with presets for your workflow. For integration with build tools, check the Figma Community page.

Share your custom configs in the PixelLift Discord for community tips.