tiny 88x31 lexicon for atproto

beep

+6
+6
handler/handler.go
··· 212 212 "this is the scale factor that the button shifts to when a user hovers over it. ex: initial-size=2 and hover-scale=3 means that the final width when user hovers will be 88*2*3=528px", 213 213 "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&hover-scale=1.1", 214 214 }, 215 + { 216 + "hover-rotate", 217 + "float degrees as string", 218 + "this is the number of degrees that the button rotates when a user hovers over it", 219 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&hover-rotate=359", 220 + }, 215 221 } 216 222 217 223 err := lbreferenceT.ExecuteTemplate(w, "base.html", rd)