9 Commits

Author SHA1 Message Date
Nuno Vieira fddf7b06db Update README.md 2022-10-07 11:50:58 +01:00
cardoso 553795344f new images 2020-08-06 15:15:54 -03:00
Matheus Cardoso 32107e4811 Update README.md 2020-07-22 19:04:08 -03:00
Matheus Cardoso c45d1ed621 Update README.md 2020-07-20 11:42:32 -03:00
Matheus Cardoso c7218c1bef Update README.md 2020-07-17 23:10:18 -03:00
Matheus Cardoso f3c710d779 Update README.md 2020-07-17 16:21:46 -03:00
Matheus Cardoso c0dab3ca85 Update README.md 2020-07-17 16:19:46 -03:00
Matheus Cardoso ade17943e2 Update README.md 2020-07-17 15:15:09 -03:00
Matheus Cardoso 653893188b Update README.md 2020-07-17 15:14:35 -03:00
6 changed files with 49 additions and 23 deletions
@@ -2,52 +2,53 @@
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
"scale" : "2x",
"size" : "20x20"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
"scale" : "3x",
"size" : "20x20"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "2x"
"scale" : "2x",
"size" : "29x29"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
"scale" : "3x",
"size" : "29x29"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
"scale" : "2x",
"size" : "40x40"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
"scale" : "3x",
"size" : "40x40"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
"scale" : "2x",
"size" : "60x60"
},
{
"filename" : "Untitled 2.png",
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
"scale" : "3x",
"size" : "60x60"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
"scale" : "1x",
"size" : "1024x1024"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "baby-yoda.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

+7 -3
View File
@@ -10,7 +10,11 @@
![SPM & Carthage compatible](https://img.shields.io/badge/SPM%20%26%20Carthage-compatible-green)
[![License](https://img.shields.io/github/license/getstream/streamoji)](/LICENSE)
[![Twitter](https://img.shields.io/twitter/url?url=https%3A%2F%2Fgithub.com%2FGetStream%2FStreamoji)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FGetStream%2FStreamoji)
![Twitter Follow](https://img.shields.io/twitter/follow/getstream_io?style=social)
[![Twitter Follow](https://img.shields.io/twitter/follow/getstream_io?style=social)](https://twitter.com/intent/follow?screen_name=getstream_io)
### :warning: This project has a new home :house: https://github.com/cardoso/Streamoji
Custom emojis are a fun way to bring more life and customizability to your apps. They're available in some of the most popular apps, such as Slack, Discord, and Twitch. However, iOS SDK doesn't provide straight forward support for custom emojis out of the box. Now, you're a couple code lines away from adding them to your own app with this library.
Streamoji is a custom emoji rendering library for iOS. It supports GIF <img src="https://github.com/GetStream/Streamoji/blob/main/meta/emojis/carlton.gif?raw=true" width="24" />, images <img src="https://github.com/GetStream/Streamoji/blob/main/meta/emojis/doge.png?raw=true" width="24"/>, and unicode 🦊. It loads from URLs or local assets. Caching is taken care of and performance is ⚡️ fast! Made with 💘 by the folks @ [Stream](https://getstream.io).
@@ -61,7 +65,7 @@ textView.attributedText = NSAttributedString(string:
textView.configureEmojis(exampleEmojis, rendering: .highestQuality)
```
You can also tweak a couple (for now) rendering options: `quality` and `scale`.
You can also tweak a couple (for now) rendering options: quality and scale in relation to the surrounding text.
## Example
@@ -78,7 +82,7 @@ pod 'Streamoji'
## Author
cardoso, matheus@gestream.io
[@cardoso](https://github.com/cardoso), matheus@getstream.io
## License
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB