metal-debounce

Metal's debounce utility

Usage no npm install needed!

<script type="module">
  import metalDebounce from 'https://cdn.skypack.dev/metal-debounce';
</script>

README

metal-debounce

Metal's debounce utility

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
gulp build