initial commits

master
Charles Iliya Krempeaux 2024-02-22 15:04:12 -08:00
parent 8628dc77b9
commit c2efb1b7b7
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ const skeleFrameBotton =
// frameproto.WriteFrame(writer, frameproto.VersionVNext)
//
// // This will write:
// <meta property="fc:frame:image" content="https://example.com/path/to/img.png" />
// // <meta property="fc:frame:image" content="https://example.com/path/to/img.png" />
// var imgURL string = "https://example.com/path/to/img.png"
// frameproto.WriteFrameImage(writer, imgURL)
// })