package config type Size struct { X int `yaml:"x"` Y int `yaml:"y"` }