tiny 88x31 lexicon for atproto
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs

+23 -5
+23 -5
handler/handler.go
··· 201 201 "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&attribute=yes", 202 202 }, 203 203 { 204 + "image-rendering=", 205 + "any css image-rendering option: 'auto', 'smooth', 'high-quality', 'pixelated', 'crisp-edges'. default 'pixelated'", 206 + "this is the image-rendering option used, prefer pixelated (default, so you can leave it unset if you don't have any opinions here) if you want the pixel art to look crisp. compare the output from this example with smooth to initial-size='s, which uses default pixelated", 207 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&initial-size=2&image-rendering=smooth", 208 + }, 209 + { 204 210 "initial-size=", 205 211 "float as string", 206 212 "prefer an integer for better scaling of pixel art", ··· 216 222 "hover-rotate=", 217 223 "float degrees as string", 218 224 "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=30", 225 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&hover-rotate=31", 220 226 }, 221 227 { 222 - "image-rendering=", 223 - "any css image-rendering option: 'auto', 'smooth', 'high-quality', 'pixelated', 'crisp-edges'. default 'pixelated'", 224 - "this is the image-rendering option used, prefer pixelated (default, so you can leave it unset if you don't have any opinions here) if you want the pixel art to look crisp. compare the output from this example with smooth to initial-size='s, which uses default pixelated", 225 - "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&initial-size=2&image-rendering=smooth", 228 + "margin=", 229 + "float pixels as string", 230 + "this is the iframe's internal margin", 231 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&margin=20", 232 + }, 233 + { 234 + "margin-bottom=", 235 + "float pixels as string", 236 + "this is the size of the bottom margin for each button", 237 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&margin-bottom=20", 238 + }, 239 + { 240 + "margin-right=", 241 + "float pixels as string", 242 + "this is the size of the right margin for each button", 243 + "https://88x31.store/embed/liked-by?did=did:plc:25z6ogppprfvijcnqo2fsfce&margin-bottom=20", 226 244 }, 227 245 } 228 246