Module Background.Repeat

include sig ... end
type value = [
| `repeat
| `repeat_x
| `repeat_y
| `no_repeat
]
include sig ... end
val valueToJs : value -> string
val valueFromJs : string -> value option
type t = [
| Global.t
| value
]
val show : t -> string