misskey/src/mfm/fn-name-list.ts
marihachi 1c38c7010d
refactor: Introduce list of MFM Functions (#7882)
* introduce list of MFM Functions

* add note
2021-11-01 23:47:13 +09:00

24 lines
293 B
TypeScript

// NOTE: client/components/autocomplete.vueにも関数のリスト(MFM_TAGS)があるので統合?
const fnNameList = [
'tada',
'jelly',
'twitch',
'shake',
'spin',
'jump',
'bounce',
'flip',
'x2',
'x3',
'x4',
'font',
'blur',
'rainbow',
'sparkle',
];
export {
fnNameList
};