Thanks to visit codestin.com
Credit goes to github.com

Skip to content

EmojiKit is a Swift SDK that lets you use emojis and other emoji-based features on all major Apple platforms.

License

Notifications You must be signed in to change notification settings

overlair/EmojiKit

 
 

Repository files navigation

EmojiKit Logo

Version Swift 6.0 Swift UI MIT License Twitter: @danielsaidi Mastodon: @danielsaidi@mastodon.social

About EmojiKit

EmojiKit is a Swift SDK that lets you build emoji-based features for all major Apple platforms (iOS, macOS, tvOS, watchOS & visionOS) and SwiftUI.

EmojiKit has all you need to work with emojis, including categories, support for localization & skin tones, unicode & version information, as well as convenient EmojiGrid and EmojiScrollGrid components.

Installation

EmojiKit can be installed with the Swift Package Manager:

https://github.com/danielsaidi/EmojiKit.git

Features

EmojiKit provides a bunch of emoji-specific features:

  • 😀 Emojis - EmojiKit defines a structured emoji model.
  • 🐻 Emoji Categories - EmojiKit defines all standard emoji categories.
  • 📦 Emoji Versions - EmojiKit defines all emoji versions and their emojis.
  • 🧩 Extensions - EmojiKit extends native types with emoji support.
  • 🇸🇪 Localization - EmojiKit supports localizing all emojis and categories.
  • 👍🏾 Skin Tones - EmojiKit provides emoji skin tone information.
  • 🖼️ Views - EmojiKit has emoji-specific views, like grids and pickers.

See the online documentation for more information.

Getting started

The Emoji model can be used to parse a bunch of emoji-specific information, for instance:

Emoji("👍").unicodeIdentifier       // \\N{THUMBS UP SIGN}
Emoji("🚀").unicodeIdentifier       // \\N{ROCKET}
Emoji("👍").unicodeName             // Thumbs Up Sign
Emoji("👍🏿").unicodeName             // Thumbs Up Sign
Emoji("🚀").unicodeName             // Rocket
Emoji("😀").localizedName           // Grinning Face
Emoji("😀").localizedName(for: .swedish)  // Leende Ansikte
Emoji("👍").hasSkinToneVariants     // true
Emoji("🚀").hasSkinToneVariants     // false
Emoji("👍🏿").neutralSkinToneVariant  // 👍
Emoji("👍").skinToneVariants        // 👍👍🏻👍🏼👍🏽👍🏾👍🏿

See the online documentation for more information.

Documentation

The online documentation has more information, articles, code examples, etc.

Demo Application

The Demo folder has an app that lets you explore the library.

Support my work

You can sponsor me on GitHub Sponsors or reach out for paid support, to help support my open-source projects.

Your support makes it possible for me to put more work into these projects and make them the best they can be.

Contact

Feel free to reach out if you have questions or if you want to contribute in any way:

License

EmojiKit is available under the MIT license. See the LICENSE file for more info.

About

EmojiKit is a Swift SDK that lets you use emojis and other emoji-based features on all major Apple platforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 93.3%
  • Shell 6.7%