Socket
Socket
Sign inDemoInstall

emoji-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-toolkit - npm Package Compare versions

Comparing version 5.5.0 to 5.5.1

2

bower.json
{
"name": "emoji-toolkit",
"version": "5.5.0",
"version": "5.5.1",
"main": [

@@ -5,0 +5,0 @@ "extras/css/joypixels.css",

@@ -5,9 +5,8 @@ ## JoyPixels Fonts

> Note: Due to their size, the font files have been removed from this repo and instead will be attached to releases on our repo that hosts the artwork and related assets, [emoji-assets](https://github.com/joypixels/emoji-assets).
>
> Please go here to download the font files: [emoji-assets/releases](https://github.com/joypixels/emoji-assets/releases)
### Google Font - [emojione-android.ttf](https://github.com/joypixels/emoji-assets/releases/download/4.5/emojione-android.ttf)
> Note: Due to their size, the font files have been removed from this repo and instead will be available for download via the JoyPixels.com [download page](https://joypixels.com/download).
### Google Font
* Compatible with rooted Android devices and Linux.
* Updated Sept 12, 2018
* Updated Jan 29, 2020
* Developers using the font within their app, please review [this issue](https://github.com/joypixels/emoji-toolkit/issues/385) regarding proper display of digits.

@@ -22,3 +21,3 @@

* ArchLinux users are advised to install [AUR package](https://aur.archlinux.org/packages/ttf-emojione/)
* ArchLinux users are advised to install [AUR package](https://www.archlinux32.org/packages/i486/community/ttf-joypixels/)
* Alternatively setup the font manually:

@@ -33,4 +32,4 @@ * Place the file in `~/.local/share/fonts/`

**For latest apple devices**
- [emojione-mac.ttc](https://github.com/joypixels/emoji-assets/releases/download/4.5/emojione-mac.ttc)
- [emojione-ios.ttc](https://github.com/joypixels/emoji-assets/releases/download/4.5/emojione-ios.ttc)
- joypixels-mac.ttc
- joypixels-ios.ttc

@@ -40,3 +39,3 @@ * Compatible with Mac OSX, and iOS devices (iPhone, iPad).

* Rename font to AppleColorEmoji@2x.ttc for iOS, jailbreak required.
* Updated Oct 29, 2018
* Updated Jan 29, 2020

@@ -58,3 +57,3 @@

This has not been fully tested/confirmed but may work in app projects.
Extract TTF from TTC and create new FontFamily name 'EmojiOne'. After that you should be able to drop the font in your project and use UIFont to call that newly created FontFamily name.
Extract TTF from TTC and create new FontFamily name 'JoyPixels'. After that you should be able to drop the font in your project and use UIFont to call that newly created FontFamily name.
[otc2otf.py](https://github.com/adobe-type-tools/afdko/tree/develop/python/afdko) Adobe standalone python script to extract fonts from a TTC

@@ -61,0 +60,0 @@ [fontname.py](https://github.com/chrissimpkins/fontname.py) FontTools python script to change name table in a TTF.

@@ -6,4 +6,4 @@ ### Installation

```
<script src="https://cdn.jsdelivr.net/npm/emoji-toolkit@5.5.0/lib/js/joypixels.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/emoji-toolkit@5.5.0/extras/css/joypixels.min.css"/>
<script src="https://cdn.jsdelivr.net/npm/emoji-toolkit@5.5.1/lib/js/joypixels.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/emoji-toolkit@5.5.1/extras/css/joypixels.min.css"/>
```

@@ -10,0 +10,0 @@

Package.describe({
name: 'joypixels:emoji-toolkit',
summary: 'Meteor Package of the https://www.joypixels.com/ set.',
version: '5.5.0',
version: '5.5.1',
git: 'https://github.com/joypixels/emoji-toolkit.git'

@@ -6,0 +6,0 @@ });

{
"name": "emoji-toolkit",
"version": "5.5.0",
"version": "5.5.1",
"description": "JoyPixels is a complete set of emoji designed for the web. The emoji-toolkit includes libraries to easily convert unicode characters to shortnames (:smile:) and shortnames to JoyPixels emoji images. PNG formats provided for the emoji images.",

@@ -39,3 +39,4 @@ "author": "JoyPixels <support@joypixels.com> (https://www.joypixels.com)",

"grunt-contrib-watch": "^0.6.1",
"grunt-jsonlint": "^1.0.4"
"grunt-jsonlint": "^1.0.4",
"grunt-sass": "^3.1.0"
},

@@ -42,0 +43,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc