A simple emotion picker that displays all the supported GitHub emojis :octocat:.

Overview

emoji-update-action status emoji-update-action status

github-emoji-picker

A simple Emoji picker that displays all the emojis that GitHub supports. It is automatically generated from GitHub Emoji API and Unicode Full Emoji List.

Contributing

Feel free to open an issue if you have ideas on how to make this repository better or if you want to report a bug! All contributions are welcome. 🚀 Please consult the contribution guidelines for more information.

Acknowledgments

This tool was inspired by @ikatyang's emoji-cheat-sheet and built using the emoji-mart 🏪 package.

Comments
  • build(deps): bump @emoji-mart/react from 1.0.1 to 1.1.0

    build(deps): bump @emoji-mart/react from 1.0.1 to 1.1.0

    Bumps @emoji-mart/react from 1.0.1 to 1.1.0.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 3
  • build(deps): bump emoji-mart from 5.3.2 to 5.4.0

    build(deps): bump emoji-mart from 5.3.2 to 5.4.0

    Bumps emoji-mart from 5.3.2 to 5.4.0.

    Release notes

    Sourced from emoji-mart's releases.

    v5.4.0

    🎉 New features

    • Dynamic width option #746

    @​emoji-mart/data (v1.1.0)

    @​emoji-mart/react (v1.1.0)

    🔨 Improvements

    • Export FrequentlyUsed.DEFAULTS
    • Export Store
    • Export SafeFlags

    🗺 New languages

    • Korean

    🧑‍🎓 New Contributors

    Full Changelog: https://github.com/missive/emoji-mart/compare/v5.3.3...v5.4.0

    v5.3.3

    ⚙️ Fixes

    • Importing EmojiMart with Next.js #735

    Full Changelog: https://github.com/missive/emoji-mart/compare/v5.3.2...v5.3.3

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump @emoji-mart/data from 1.0.6 to 1.1.0

    build(deps): bump @emoji-mart/data from 1.0.6 to 1.1.0

    Bumps @emoji-mart/data from 1.0.6 to 1.1.0.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump @mui/material from 5.10.6 to 5.11.0

    build(deps): bump @mui/material from 5.10.6 to 5.11.0

    Bumps @mui/material from 5.10.6 to 5.11.0.

    Release notes

    Sourced from @​mui/material's releases.

    v5.11.0

    Dec 13, 2022

    A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

    • 🔥 @​mnajdova enabled configuration of the sx prop in the theme (#35150)
    • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

    @mui/[email protected]

    @mui/[email protected]

    @mui/[email protected]

    BREAKING CHANGES

    • [system] Enable configuring the sx prop in the theme (#35150) @​mnajdova

      The breaking change is regarding an experimental API:

      -import { styled, experimental_sx } from '@mui/material/styles';
      +import { styled } from '@mui/material/styles';
      

      -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});

    @mui/[email protected]

    @mui/[email protected]

    • [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @​EduardoSCosta

    @mui/[email protected]

    Docs

    ... (truncated)

    Changelog

    Sourced from @​mui/material's changelog.

    5.11.0

    Dec 13, 2022

    A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

    • 🔥 @​mnajdova enabled configuration of the sx prop in the theme (#35150)
    • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

    @mui/[email protected]

    @mui/[email protected]

    @mui/[email protected]

    BREAKING CHANGES

    • [system] Enable configuring the sx prop in the theme (#35150) @​mnajdova

      The breaking change is regarding an experimental API:

      -import { styled, experimental_sx } from '@mui/material/styles';
      +import { styled } from '@mui/material/styles';
      

      -const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});

    @mui/[email protected]

    @mui/[email protected]

    • [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @​EduardoSCosta

    @mui/[email protected]

    Docs

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump inflection from 1.13.4 to 2.0.0

    build(deps): bump inflection from 1.13.4 to 2.0.0

    Bumps inflection from 1.13.4 to 2.0.0.

    Release notes

    Sourced from inflection's releases.

    v2.0.0

    What's Changed

    • Refactor to typescript by @​p-kuen in dreamerslab/node.inflection#92
    • We ship types with this package, so you don't need the @types/inflection package anymore
    • BREAKING CHANGE: increase node minimal version to 14.0
    • BREAKING CHANGE: inflect does not parse strings as count anymore - it throws an error instead
    • BREAKING CHANGE: remove inflection.version variable
    • BREAKING CHANGE: remove bower.json and component.json

    Full Changelog: https://github.com/dreamerslab/node.inflection/compare/v1.13.4...v2.0.0

    Commits
    • 8b5fe98 2.0.0
    • 58231af Merge pull request #92 from dreamerslab/refactor
    • c9e0e1b chore: upgrade vitest package
    • 44f4dee chore: add prepublishOnly script to ensure correct publishing of the package
    • 73189db refactor: format to single quotes instead of double quotes
    • 9f25c01 chore: add build script
    • 8119fc8 chore: fix typescript also building test files
    • 0533283 refactor: replace var with const
    • a6b72c6 refactor!: remove bower.json and component.json
    • 30a989d refactor!: convert package to typescript
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump unicode-emoji-json from 0.3.1 to 0.4.0

    build(deps): bump unicode-emoji-json from 0.3.1 to 0.4.0

    Bumps unicode-emoji-json from 0.3.1 to 0.4.0.

    Release notes

    Sourced from unicode-emoji-json's releases.

    Emoji Version 15.0

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps-dev): bump prettier from 2.7.1 to 2.8.0

    build(deps-dev): bump prettier from 2.7.1 to 2.8.0

    Bumps prettier from 2.7.1 to 2.8.0.

    Release notes

    Sourced from prettier's releases.

    2.8.0

    diff

    🔗 Release note

    Changelog

    Sourced from prettier's changelog.

    2.8.0

    diff

    🔗 Release Notes

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps-dev): bump typescript from 4.8.3 to 4.9.3

    build(deps-dev): bump typescript from 4.8.3 to 4.9.3

    Bumps typescript from 4.8.3 to 4.9.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.8.4

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump web-vitals from 3.0.2 to 3.1.0

    build(deps): bump web-vitals from 3.0.2 to 3.1.0

    Bumps web-vitals from 3.0.2 to 3.1.0.

    Changelog

    Sourced from web-vitals's changelog.

    v3.1.0 (2022-11-15)

    • Add support for 'restore' as a navigationType (#284)
    • Report initial CLS value when reportAllChanges is true (#283)
    • Defer all observers until after activation (#282)
    • Ignore TTFB for loads where responseStart is zero (#281)
    • Defer execution of observer callbacks (#278)

    v3.0.4 (2022-10-18)

    • Clamp LCP and FCP to 0 for prerendered pages (#270)

    v3.0.3 (2022-10-04)

    • Ensure attribution object is always present in attribution build (#265)
    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump loader-utils from 2.0.3 to 2.0.4

    build(deps): bump loader-utils from 2.0.3 to 2.0.4

    Bumps loader-utils from 2.0.3 to 2.0.4.

    Release notes

    Sourced from loader-utils's releases.

    v2.0.4

    2.0.4 (2022-11-11)

    Bug Fixes

    Changelog

    Sourced from loader-utils's changelog.

    2.0.4 (2022-11-11)

    Bug Fixes

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
    bump:patch 
    opened by dependabot[bot] 2
  • build(deps): bump emoji-mart from 5.2.2 to 5.3.2

    build(deps): bump emoji-mart from 5.2.2 to 5.3.2

    Bumps emoji-mart from 5.2.2 to 5.3.2.

    Release notes

    Sourced from emoji-mart's releases.

    v5.3.2

    🔨 Improvements

    • Send native event to onEmojiSelect #731

    ⚙️ Fixes

    • Remove optional chaining #730; should fix importing EmojiMart on older Webpack versions.

    🗺 New languages

    • Vietnamese

    📚 Documentation

    • Update locale list in README #724

    🧑‍🎓 New Contributors

    Full Changelog: https://github.com/missive/emoji-mart/compare/v5.3.1...v5.3.2

    v5.3.1

    🧹 Chores

    • Upgrade Parcel #725; should fix importing EmojiMart since v5.3.0

    v5.3.0

    🎉 New features

    • Initial TypeScript types export (Work in progress) #671

    🔨 Improvements

    • Importing EmojiMart when window.HTMLElement is undefined #699

    ⚙️ Fixes

    • Non-square emojis sizing #712
    • Custom emojis being misaligned #721

    🗺 New languages

    • Belarusian
    • Hindi
    • Sanskrit
    • Turkish

    🧑‍🎓 New Contributors

    Full Changelog: https://github.com/missive/emoji-mart/compare/v5.2.2...v5.3.0

    Commits
    • a223161 v5.3.2
    • d8d6749 Merge branch 'main' into patch-1
    • 6f3dc35 Add Vietnamese to PickerProps and website
    • 3a1473f Merge pull request #731 from missive/add-event-to-click-callback
    • 0080827 Send native event to onEmojiSelect
    • c280977 Don’t use optional chaining nor nullish coalescing
    • fe2d7cc v5.3.1
    • a1fbf7d v5.3.0
    • 73714b3 Use maxWidth / maxHeight for image Emoji
    • 503d2d6 removed restrictive styling on custom emojis
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    bump:patch 
    opened by dependabot[bot] 2
  • Add i18n localization

    Add i18n localization

    Is your feature request related to a problem? Please describe.

    Since we have users from all over the world, it would be nice to add localization.

    image

    Describe the solution you'd like

    Both emoji-mart and material-UI provide localization options (see https://github.com/missive/emoji-mart#options--props and https://mui.com/material-ui/guides/localization/). The only things we have to translate are the header and footer texts. We can use a localization tool like Crowdin to manage these translations (see https://crowdin.com/).

    enhancement 
    opened by rickstaa 3
Releases(v1.0.41)
Owner
Rick Staa
Tech fanatic | blues/Jazz enthusiast | Opensource advocate | Robotics engineer
Rick Staa
Colr Pickr, a vanilla JavaScript color picker component built with SVGs, with features like saving colors. Similar design to the chrome-dev-tools color picker.

Colr Pickr Colr Pickr, a vanilla JavaScript color picking component built with SVGs, with features like saving colors. Similar design to the chrome-de

TEK 27 Jun 27, 2022
Desafio Gerador de senhas com Emojis - Tech da Semana 😁 🤩

Desafio Gerador de senhas com Emojis - Tech da Semana ?? ?? ?? Informações sobre o projeto O projeto foi desenvolvido com base no desafio do Discord d

Gabriel Borges 3 Nov 21, 2022
A JavaScript library that creates a small dropdown list of selectable Emojis.

Welcome to EmojiButtonList.js: This is a JavaScript library that creates a small dropdown list of selectable Emojis. To get started, download the sour

William Troup 2 Mar 27, 2021
A website for detecting name of bank from card number, supported all Iranian banks

Detect Iranian Bank Web A website for detecting name of bank from card number, supported all Iranian banks. This package contains SVG logo and brand c

Max Base 12 Oct 2, 2022
A decentralized protocol for indexing and querying data from DecentraMix's on chain contracts across all supported blockchains.

A decentralized protocol for indexing and querying data from DeMix contracts across all supported blockchains.

DecentraWorld Ecosystem 92 May 3, 2022
automatic poits grabber for twitch, works with all supported langauges on twitch

Twitch Points Grabber It’s an extension for edge, is aviable in the microsoft Edge Add-ons. This extension will collect any channel points. Settings I

Claudio Menegotto 3 Nov 28, 2022
Sheetzapper imports your account value accross Zapper.fi supported wallets and dapps into a Google Sheet

Overview Sheetzapper imports your account value accross Zapper.fi supported wallets and dapps into a Google Sheet. This allows you to chart your net w

null 4 Nov 27, 2022
A container-friendly alternative to os.cpus().length. Both cgroups v1 and cgroups v2 are supported.

node-cpu-count A container-friendly alternative to os.cpus().length. Both cgroups v1 and cgroups v2 are supported. Installation $ npm install node-cpu

Jiahao Lu 2 Jan 17, 2022
Multiple `.env` file supported.

Features Support multiple .env files and keep the inheritance Priority: local > not unassigned local mode > not unassigned mode e.g. .env.{{mode}}.loc

Tianyu Li 67 Oct 31, 2022
An Eleventy wrapper for type supported configurations

Shareable Eleventy configuration strap. The module can be dropped in to your .eleventy.js configuration file for Typed supported configuration options.

ΝΙΚΟΛΑΣ 5 Jun 17, 2022
The officially supported cloud storage plugin for Payload CMS.

Payload Cloud Storage Plugin This repository contains the officially supported Payload Cloud Storage plugin. It extends Payload to allow you to store

Payload 43 Dec 21, 2022
An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.

Obsidian Code Emitter This plugin allows code blocks executed interactively like jupyter notebooks. Currently, support languages: Rust Kotlin JavaScri

YiiSh 38 Dec 28, 2022
Simple date and time picker in vanilla javascript

simplepicker Simple datetime picker in vanilla javascript. This project is mostly based on material-datetime-picker, but without it relying on externa

Priyank Patel 51 Jul 18, 2022
Flat and simple color-picker library. No dependencies, no jquery.

Flat and simple color-picker Fully Featured demo Features Simple: The interface is straight forward and easy to use. Practical: Multiple color represe

Ivan Matveev 15 Nov 14, 2022
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library.

?? Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!

Simon 3.9k Dec 27, 2022
A simple color picker application written in pure JavaScript, for modern browsers.

Color Picker A simple color picker application written in pure JavaScript, for modern browsers. Has support for touch events. Touchy… touchy… Demo and

Taufik Nurrohman 207 Dec 14, 2022
A website made using ReactJS library which displays all the best selling books of 2021 and a feature to check them on amazon.

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

Sumanth Krishna 3 Dec 30, 2021
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

Jihane Haddad 5 Feb 10, 2022