iceshrimp-legacy/packages/client/src/scripts/mfm-tags.ts

25 lines
236 B
TypeScript
Raw Normal View History

2023-01-13 05:40:33 +01:00
export const MFM_TAGS = [
"tada",
"jelly",
"twitch",
"shake",
"spin",
"jump",
"bounce",
"flip",
"x2",
"x3",
"x4",
"scale",
"position",
2023-05-28 07:19:57 +02:00
"crop",
"fg",
"bg",
2023-01-13 05:40:33 +01:00
"font",
"blur",
"rainbow",
"sparkle",
"rotate",
2023-05-15 05:18:58 +02:00
"fade",
2023-01-13 05:40:33 +01:00
];