Media Shrink Reflow Plugin Options
data class MediaShrinkReflowPluginOptions(val activationThreshold: Double = 0.15, val maxShrinkFactor: Double = 0.7, val penaltyAtMaxShrinkage: Int = 10)
Constructors
Link copied to clipboard
fun MediaShrinkReflowPluginOptions(activationThreshold: Double = 0.15, maxShrinkFactor: Double = 0.7, penaltyAtMaxShrinkage: Int = 10)