private reset()

in src/app/pages/game/game.component.ts [198:209]


  private reset() {
    this.resetVariables();
    drawHandOnVideoCanvas(
      this.freezeVideo,
      this.gameHandler,
      this.video(),
      this.canvas(),
      this.stream,
      this.model,
      this.computerStrategy,
    );
  }