Optimizing

data class Optimizing(val message: String) : ConversionStep(source)

Represents the optimization step in the icon conversion process.

This step occurs when the icon file is being optimized before code generation. Optimization typically involves reducing file size, removing unnecessary metadata, or simplifying vector paths while maintaining visual fidelity.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

A descriptive message about the current optimization operation being performed