Skip to content

Commit

Permalink
Merge pull request #13 from DavidBrunow/update/addSupportFor3xImages
Browse files Browse the repository at this point in the history
Support `@3x` images
  • Loading branch information
helje5 authored Jun 6, 2024
2 parents a98b1d1 + efc6191 commit 8133ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extension DocCArchive.DocCSchema_0_1 {
public struct Variant: Equatable, Codable, CustomStringConvertible {

public enum Trait: String, Codable {
case nonRetina = "1x", retina = "2x", light, dark
case nonRetina = "1x", retina = "2x", threeX = "3x", light, dark
}

public var url : String // it's a path, not a URL
Expand Down

0 comments on commit 8133ab3

Please sign in to comment.