Files
pkurchatov 149b80a37f Sendable DivData
commit_hash:ae183ed8d06f2c89c8693f59bedba49752638377
2025-01-16 16:25:07 +03:00

14 lines
252 B
Swift

// Generated code. Do not modify.
import Foundation
import Serialization
import VGSL
@frozen
public enum DivImageScale: String, CaseIterable, Sendable {
case fill = "fill"
case noScale = "no_scale"
case fit = "fit"
case stretch = "stretch"
}