Fluent UI Emoji has 3 Style folders (3D, Color, Flat) with 2 being visually the same (3D, Color).
The 3D style is stored in PNG format and was the easiest to implement parsing into a resource pack hence it being the only currently available option.
The other 2 folders however contain SVG files so rendering and saving these needs to be implemented, most likely through the use of another library. Once implemented I'd like to switch the available styles to just Color and Flat removing the 3D option
Fluent UI Emoji has 3 Style folders (3D, Color, Flat) with 2 being visually the same (3D, Color).
The 3D style is stored in PNG format and was the easiest to implement parsing into a resource pack hence it being the only currently available option.
The other 2 folders however contain SVG files so rendering and saving these needs to be implemented, most likely through the use of another library. Once implemented I'd like to switch the available styles to just Color and Flat removing the 3D option