emoji-picker-element

(★ 1,752)

A lightweight emoji picker for the modern web

File Explorer

  • .gitignore
  • .ncurc.json
  • .yarnrc.yml
  • CHANGELOG.md
  • CONTRIBUTING.md
  • custom-elements.json
  • database.d.ts
  • index.d.ts
  • index.js
  • LICENSE
  • package.json
  • picker.d.ts
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README.md
  • rollup.config.js
  • shared.d.ts
  • svelte.js
  • trimEmojiData.d.ts
  • vitest.config.js

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

npm install

View Details ▼

Install Node packages.

npm {{[i|install]}}

Install dependencies listed in `package.json`:

npm {{[i|install]}} {{package_name}}@{{version}}

Download a specific version of a package and add it to the list of dependencies in `package.json`:

npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}

Download the latest version of a package and add it to the list of dev dependencies in `package.json`:

🔍

Light

View Details ▼

Control the backlight of your screen.

light

Get the current backlight value in percent:

light -S {{50}}

Set the backlight value to 50 percent:

light -U {{20}}

Reduce 20 percent from the current backlight value:

🔍

locale

View Details ▼

Get locale-specific information.

locale

List all global environment variables describing the user's locale:

locale {{[-a|--all-locales]}}

List all available locales:

locale {{[-a|--all-locales]}} {{[-v|--verbose]}}

Display all available locales and the associated metadata:

🔍

script

View Details ▼

Record all terminal output to a typescript file.

script

Record a new session to a file named `typescript` in the current directory:

exit

Stop recording:

script {{path/to/session.out}}

Record a new session to a custom filepath:

🔍

query

View Details ▼

Display information about user sessions and process.

query session

Display all user sessions:

query session /server:{{hostname}}

Display the current user sessions on a remote computer:

query user

Display logged in users:

// repository documentation