diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-17 13:09:56 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-17 13:09:56 +0900 |
| commit | b517d760849eeab9e09b198c5302475de72d3674 (patch) | |
| tree | 990c2c96929012be0a33b09eab9194999e480604 /packages/frontend/src/scripts | |
| parent | New Crowdin updates (#12348) (diff) | |
| download | misskey-b517d760849eeab9e09b198c5302475de72d3674.tar.gz misskey-b517d760849eeab9e09b198c5302475de72d3674.tar.bz2 misskey-b517d760849eeab9e09b198c5302475de72d3674.zip | |
enhance(frontend): MFMでルビを振れるように
Resolve #9161
Diffstat (limited to 'packages/frontend/src/scripts')
| -rw-r--r-- | packages/frontend/src/scripts/mfm-tags.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/frontend/src/scripts/mfm-tags.ts b/packages/frontend/src/scripts/mfm-tags.ts deleted file mode 100644 index dc78e42238..0000000000 --- a/packages/frontend/src/scripts/mfm-tags.ts +++ /dev/null @@ -1,6 +0,0 @@ -/* - * SPDX-FileCopyrightText: syuilo and other misskey contributors - * SPDX-License-Identifier: AGPL-3.0-only - */ - -export const MFM_TAGS = ['tada', 'jelly', 'twitch', 'shake', 'spin', 'jump', 'bounce', 'flip', 'x2', 'x3', 'x4', 'scale', 'position', 'fg', 'bg', 'font', 'blur', 'rainbow', 'sparkle', 'rotate']; |