migrated one of our android screens to compose-web...
# compose-web
j
migrated one of our android screens to compose-web (canvas approach). works pretty okay! ty for the help 🙏. road blockers right now seem to be mostly resources. rendering svgs, string resources, typography. are there any accepted patterns for loading font resources or some sort of
painterResource
? quick slack search suggests svgs might not be supported in a canvas rn
🎉 5
m
j
ah yep. we’re already using this for strings! i’ll have to check out the js support