Skip to content

Commit

Permalink
docs: ✏️ update kittik-deck example with new exit event
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed May 8, 2020
1 parent 2d28c52 commit a9f7e89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kittik-deck/examples/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ DeckBuilder
.end()
)
.end()
.on('exit', () => canvas.reset().showCursor())
.render()
.catch((error) => console.error(error));

0 comments on commit a9f7e89

Please sign in to comment.