import Foundation

/// Applies a blurring effect to the image.
public class BlurTransform: Transform {
    // MARK: - Lifecycle