autocomplete-new

find words in English dictionary with autosuggestion!

Usage no npm install needed!

<script type="module">
  import autocompleteNew from 'https://cdn.skypack.dev/autocomplete-new';
</script>

README

autocomplete

Easily find words in the english dictionary

Features

  • import a list of words into an array called words
  • search through list of words for a string and return list of suggestions
  • record the string that was searched for (for stats and graphs!)