C1710 / blobmoji

Noto Emoji with extended Blob support
Apache License 2.0
505 stars 25 forks source link

Follow existing naming conventions #96

Closed Cynosphere closed 3 years ago

Cynosphere commented 3 years ago

I was asked if I could support this in a private project since there's already infrastructure for other emoji sets, but all the new additions do not support the emoji_u<codepoints> naming convention already set in place by Noto.

C1710 commented 3 years ago

That should be doable (I actually already had such an addition in the build software, but I'm not quite sure whether I currently have it available). Would you rather have it in a ZIP file in the releases or as a separate branch?

C1710 commented 3 years ago

And do you need the emojis as SVGs or PNGs?

C1710 commented 3 years ago

So, here's a ZIP of the current assets in both PNG and SVG, with the regular emoji_u... naming convention. I don't know yet, how this is best handled (I think it is best to just have them with the releases as a ZIP) and the build module for it is a bit crappy, so I won't release it for now.

noto.zip

C1710 commented 3 years ago

I'll close this issue since it's technically the same as #81