Hi folks, I want to share the project that I'm wor...
# compose
s
Hi folks, I want to share the project that I'm working on focus mainly in Compose for Desktop because it does not support Vectors yet, no SVG, no Android's Vector Drawable. So a create a simple project to convert SVG and Android's Vector Drawable to Compose code. https://github.com/DevSrSouza/svg-to-compose For now, this will help port simple vectors and icon packs to Compose for Desktop, allowing you to share it with Desktop and Android app. Here you can see the Jetnews Logo in the Compose for Desktop version Slack Conversation
👍 1
👀 1
k
This could potentially be used in compose for android as well. Do you have any examples for the same? How it'll affect the apk size?