-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9e781a
commit 3e2bcef
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
[![Size](https://img.shields.io/bundlephobia/min/[email protected])](https://unpkg.com/[email protected]/dist/most-visible.min.js) | ||
[![Size](https://img.shields.io/bundlephobia/minzip/[email protected])](https://unpkg.com/[email protected]/dist/most-visible.min.js) | ||
|
||
A JavaScript module and jQuery plugin which returns the most visible element from a given set. | ||
A zero dependency JavaScript module and jQuery plugin which returns the most visible element from a given set. | ||
|
||
## Installation | ||
|
||
|
@@ -22,6 +22,12 @@ A JavaScript module and jQuery plugin which returns the most visible element fro | |
``` | ||
|
||
#### Package Managers | ||
|
||
Install via [Bun](https://bun.sh/): | ||
```sh | ||
$ bun add most-visible | ||
``` | ||
|
||
Install via yarn: | ||
```sh | ||
$ yarn add most-visible | ||
|