import Vue from 'vue'
import { unescape } from 'lodash'
import { convertHtml, getTagName, processTextForEmoji, getAttrs } from 'src/services/mini_html_converter/mini_html_converter.service.js'
import StillImage from 'src/components/still-image/still-image.vue'
import './rich_content.scss'
export default Vue.component('RichContent', {
name: 'RichContent',
props: {
html: {
required: true,
type: String
},
emoji: {
required: true,
type: Array
}
},
render (h) {
const renderImage = (tag) => {
return