import Vue from 'vue';
import VditorPreview from 'vditor/dist/method.min';

import Vditor from 'vditor';


let emoji = {
  "+1":                                   "👍",
  "-1":                                   "👎",
  "100":                                  "đŸ’¯",
  "Accept":                               "🉑",
  "beer":                                 "đŸē",
  "bug":                                  "🐛",
  "bulb":                                 "💡",
  "computer":                             "đŸ’ģ",
  "construction":                         "🚧",
  "construction_worker":                  "👷",
  "construction_worker_man":              "👷",
  "construction_worker_woman":            "👷‍♀",
  "face_with_head_bandage":               "🤕",
  "face_with_thermometer":                "🤒",
  "fearful":                              "😨",
  "flushed":                              "đŸ˜ŗ",
  "frowning":                             "đŸ˜Ļ",
  "frowning_face":                        "☚ī¸",
  "full_moon_with_face":                  "🌝",
  "grimacing":                            "đŸ˜Ŧ",
  "grin":                                 "😁",
  "grinning":                             "😀",
  "hankey":                               "💩",
  "metal":                                "🤘",
  "money_mouth_face":                     "🤑",
  "nerd_face":                            "🤓",
  "neutral_face":                         "😐",
  "persevere":                            "đŸ˜Ŗ",
  "point_down":                           "👇",
  "point_left":                           "👈",
  "point_right":                          "👉",
  "point_up_2":                           "👆",
  "satisfied":                            "😆",
  "sleeping":                             "😴",
  "sleepy":                               "đŸ˜Ē",
  "slightly_frowning_face":               "🙁",
  "slightly_smiling_face":                "🙂",
  "smile":                                "😄",
  "smiley":                               "😃",
  "smiling_imp":                          "😈",
  "smirk":                                "😏",
  "sneezing_face":                        "🤧",
  "sob":                                  "😭",
  "sparkler":                             "🎇",
  "sparkles":                             "✨",
  "stopwatch":                            "⏱",
  "strawberry":                           "🍓",
  "stuck_out_tongue":                     "😛",
  "stuck_out_tongue_closed_eyes":         "😝",
  "stuck_out_tongue_winking_eye":         "😜",
  "sun_behind_large_cloud":               "đŸŒĨ",
  "sun_behind_rain_cloud":                "đŸŒĻ",
  "sun_behind_small_cloud":               "🌤",
  "sun_with_face":                        "🌞",
  "sunflower":                            "đŸŒģ",
  "sunglasses":                           "😎",
  "sweat":                                "😓",
  "sweat_smile":                          "😅",
  "unamused":                             "😒",
  "unlock":                               "🔓",
  "upside_down_face":                     "🙃",
  "v":                                    "✌ī¸",
  "wink":                                 "😉",
  "wrench":                               "🔧",
  "writing_hand":                         "✍ī¸",
  "x":                                    "❌",
  "yellow_heart":                         "💛",
  "zipper_mouth_face":                    "🤐",
  "zzz":                                  "💤"
}


Vue.emoji = emoji
Vue.VditorPreview = VditorPreview;
Vue.Vditor = Vditor