// Shape component export class Shape { onStage = false shape: PIXI.Graphics reset() { this.onStage = false this.shape = null } }