UNPKG

nodebb-plugin-ns-embed

Version:

Embed media and rich content in posts: youtube, vimeo, twitch etc. All embeds are based on the rules. You are encouraged to build your own rules to embed everything what is embeddable.

6 lines (3 loc) 158 B
export const getNewRule = state => state.newRule; export const getRules = state => state.rules; export const getSelectedRule = state => state.selectedRule;