diff options
| author | Richard "EpicKitty" Bowey <github@epickitty.uk> | 2021-11-26 04:39:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-26 13:39:57 +0900 |
| commit | dec7c4f722f2ac766b367fa5f1442a41f5e408b6 (patch) | |
| tree | 67363d2fd4a4a14274fbada6fd7bceb2f6995858 /packages/client/src/scripts | |
| parent | Update README.md (diff) | |
| download | sharkey-dec7c4f722f2ac766b367fa5f1442a41f5e408b6.tar.gz sharkey-dec7c4f722f2ac766b367fa5f1442a41f5e408b6.tar.bz2 sharkey-dec7c4f722f2ac766b367fa5f1442a41f5e408b6.zip | |
Implemented a rotate MFM (#8016)
Co-authored-by: Richard Bowey <me@epickitty.uk>
Diffstat (limited to 'packages/client/src/scripts')
| -rw-r--r-- | packages/client/src/scripts/mfm-tags.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/scripts/mfm-tags.ts b/packages/client/src/scripts/mfm-tags.ts index 1b18210aa9..18e8d7038a 100644 --- a/packages/client/src/scripts/mfm-tags.ts +++ b/packages/client/src/scripts/mfm-tags.ts @@ -1 +1 @@ -export const MFM_TAGS = ['tada', 'jelly', 'twitch', 'shake', 'spin', 'jump', 'bounce', 'flip', 'x2', 'x3', 'x4', 'font', 'blur', 'rainbow', 'sparkle']; +export const MFM_TAGS = ['tada', 'jelly', 'twitch', 'shake', 'spin', 'jump', 'bounce', 'flip', 'x2', 'x3', 'x4', 'font', 'blur', 'rainbow', 'sparkle', 'rotate']; |