enhance(client): add new mfm function (position, fg, bg)

Resolve #9527
This commit is contained in:
syuilo
2023-01-14 08:52:32 +09:00
parent 4151087d3c
commit 367ccb9971
3 changed files with 30 additions and 11 deletions

View File

@ -1 +1 @@
export const MFM_TAGS = ['tada', 'jelly', 'twitch', 'shake', 'spin', 'jump', 'bounce', 'flip', 'x2', 'x3', 'x4', 'font', 'blur', 'rainbow', 'sparkle', 'rotate'];
export const MFM_TAGS = ['tada', 'jelly', 'twitch', 'shake', 'spin', 'jump', 'bounce', 'flip', 'x2', 'x3', 'x4', 'position', 'fg', 'bg', 'font', 'blur', 'rainbow', 'sparkle', 'rotate'];