How to insert svg icons in text ? #4505
Unanswered
Jeremy-2019
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm currently using QuillEditor as a chat editor for messages... And I would like to append some svg into the text...
But I don't know how to do that :(
I'm working with Blazor so I create a javascript function like this :
`export function insertQuillEmoji(elementId, emojiContent, emojiName) {
const instance = _instances[elementId];
};`
The emojiContent is in svg format like
<svg viewbox="0 0 32 32" width="32" height="32"> ... </svg>
Anyone can help ?
Anyone can help ?
Beta Was this translation helpful? Give feedback.
All reactions