react-native-web-headroom
Version:
React Native Web Headroom
44 lines (29 loc) • 2.17 kB
Markdown
# Fuse.js
*Lightweight fuzzy-search, in JavaScript, with zero dependencies*
[](https://www.npmjs.com/package/fuse.js)
[](http://travis-ci.org/krisk/Fuse)
[](https://gitter.im/fuselib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.paypal.me/kirorisk)
[](https://www.patreon.com/fusejs)
[](https://twitter.com/kirorisk)
Check out the [demo & usage](http://fusejs.io/)
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [Where-to-post summary](#where-to-post-summary)
- [Contributing](#contributing)
- [Coding conventions](#coding-conventions)
- [Testing](#testing)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
## Where-to-post summary
- How do I? -- [StackOverflow](https://stackoverflow.com/questions/ask?tags=fuse.js)
- I got this error, why? -- [StackOverflow](https://stackoverflow.com/questions/ask?tags=fuse.js)
- I got this error and I'm sure it's a bug -- file an [issue](https://github.com/krisk/Fuse/issues)
- I have an idea/request -- file an [issue](https://github.com/krisk/Fuse/issues)
- You're a horrible human being -- send me an [email](mailto:kirollos+github@gmail.com)
- You're awesome -- support Fuse.js development with [Patreon](https://www.patreon.com/fusejs)/[PayPal](https://www.paypal.me/kirorisk)
## Contributing
### Coding conventions
Code should be run through [Standard Format](https://www.npmjs.com/package/standard-format).
### Testing
Before submitting a pull request, please add relevant tests in `test/index.js`, and execute them via `npm test`.