Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyyakym committed Jan 6, 2024
1 parent 1abbd76 commit 6a537b6
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@

`filter-limit` is a lightweight JavaScript library that provides a convenient method for filtering arrays while limiting the number of results. This is particularly useful for efficiently handling large datasets when you are interested in only a subset of elements.

## Features

- 🚀 Performance-focused
- 🔎 Filters arrays based on custom criteria
- 🚧 Limit the number of results
- 🕊️ Dependency-free
- 🛠️ Works with CJS and ESM
- 🪶 Lightweight
- ESM **226b** (**201b** gzipped)
- CJS **302b** (**254b** gzipped)

## Installation

You can install the library via npm:
Expand All @@ -21,17 +32,6 @@ Or import ESM module from CDN
import filterLimit from 'https://unpkg.com/filter-limit/dist/esm/index.min.js';
```

## Features

- Performance-focused
- Filters arrays based on custom criteria
- Limit the number of results
- Dependency-free
- Works with CJS and ESM
- Lightweight
- ESM **226b** (**201b** gzipped)
- CJS **302b** (**254b** gzipped)

## Usage

```js
Expand Down

0 comments on commit 6a537b6

Please sign in to comment.