Content pfp
Content
@
0 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
a couple important updates to frames.js and the debugger last week: 1. frames now use async images by default. this means jsx components are serialized into a url and rendered asynchronously instead of using inline data URLs. frame responses should be a bit more snappy and supported everywhere due to this. if you're using custom fonts or image options in your frame you can also set them on all responses in your createFrames call now. to opt out of this, set imagesRoute in your createFrames call to null (https://framesjs.org/reference/core/createFrames#imagesroute) 2. the frames.js debugger will now let you do some basic image layout debugging when you enable debug mode in your createFrames call as always, reach out if you have questions or are having trouble!
0 reply
0 recast
20 reactions