iceshrimp-legacy/packages/client/src/scripts/mfm-tags.ts
2023-05-28 15:19:57 +10:00

25 lines
236 B
TypeScript

export const MFM_TAGS = [
"tada",
"jelly",
"twitch",
"shake",
"spin",
"jump",
"bounce",
"flip",
"x2",
"x3",
"x4",
"scale",
"position",
"crop",
"fg",
"bg",
"font",
"blur",
"rainbow",
"sparkle",
"rotate",
"fade",
];