Content
@
0 reply
4 recasts
4 reactions
Cyphr / Ross 🎩
@cyphr
Can someone give me high level overview of how frames work and if they can support gen art? Asking for....reasons.
3 replies
0 recast
1 reaction
InsideTheSim 🎩🍪
@insidethesim.eth
At the end of the day a frame is just loading a URL that has specific meta tags set. So as long web your web app can generate an image you need and then return a valid HTML string with the meta tags pointing to that image, then absolutely.
1 reply
0 recast
1 reaction
InsideTheSim 🎩🍪
@insidethesim.eth
I made a minimal example showing how these meta tag structures work. It’s not fancy but it’s the mechanics of how the frame loading works. So as long as your web app (of any complexity) can generate these types of responses to POST requests you’ll be set. https://warpcast.com/insidethesim.eth/0x0fef276b
1 reply
0 recast
1 reaction
InsideTheSim 🎩🍪
@insidethesim.eth
Keep in mind there are only two valid aspect ratios at the moment, with one being landscape and the other being square. So you’ll likely need to generate the art within a stylized framing image 🖼️ for the purposes of showing inline in a frame.
1 reply
0 recast
1 reaction
Cyphr / Ross 🎩
@cyphr
This is super helpful, thank you!
0 reply
0 recast
1 reaction