348b7c4232fe08b38890d389308aba8cc243a5c4667ecb1d39088e75adf011320b5b61d61a9bc34334df05461c416f52e6a86432e1f53f6efaec106d024015 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Fuse.js
  2. ![Node.js CI](https://github.com/krisk/Fuse/workflows/Node.js%20CI/badge.svg)
  3. [![Version](https://img.shields.io/npm/v/fuse.js.svg)](https://www.npmjs.com/package/fuse.js)
  4. [![Downloads](https://img.shields.io/npm/dm/fuse.js.svg)](https://npmcharts.com/compare/fuse.js?minimal=tru)
  5. [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
  6. [![Contributors](https://img.shields.io/github/contributors/krisk/fuse.svg)](https://github.com/krisk/Fuse/graphs/contributors)
  7. ![License](https://img.shields.io/npm/l/fuse.js.svg)
  8. ## Supporting Fuse.js
  9. Through contributions, donations, and sponsorship, you allow Fuse.js to thrive. Also, you will be recognized as a beacon of support to open-source developers.
  10. - [Become a backer or sponsor on **GitHub**.](https://github.com/sponsors/krisk)
  11. - [Become a backer or sponsor on **Patreon**.](https://patreon.com/fusejs)
  12. - [One-time donation via **PayPal**.](https://www.paypal.me/kirorisk)
  13. ---
  14. ## Introduction
  15. Fuse.js is a lightweight fuzzy-search, in JavaScript, with zero dependencies.
  16. ### Browser Compatibility
  17. Fuse.js supports all browsers that are [ES5-compliant](http://kangax.github.io/compat-table/es5/) (IE8 and below are not supported).
  18. ## Documentation
  19. To check out a [live demo](https://fusejs.io/demo.html) and docs, visit [fusejs.io](https://fusejs.io).
  20. ## Develop
  21. Here's a separate document for [developers](https://github.com/krisk/Fuse/blob/master/DEVELOPERS.md).
  22. ## Contribute
  23. We've set up a separate document for our
  24. [contribution guidelines](https://github.com/krisk/Fuse/blob/master/CONTRIBUTING.md).