Constructor for interactive story elements.

     const element = StoryElement
.at({ x: 0, y: 0, width: 10, height: 10 })
.reaction('👍', { dark: true })

Methods