package ui type Image interface { Height() float32 Width() float32 Destroy() }