exit-on-esc

A small debug library to print a buffer's content as a hex table

Usage no npm install needed!

<script type="module">
  import exitOnEsc from 'https://cdn.skypack.dev/exit-on-esc';
</script>

README

exit-on-esc

travis-badge commitizen-badge greenkeeper-badge npm-badge pkgsign-badge

A small library that will quit the process if a user presses the escape key.

const exitHandler = require('exit-on-esc');

// initialize escape handler.
exitHandler();

Installation

Install it using your favorite package manager!

$ npm install exit-on-esc