1 2 3 4 5
document.addEventListener("DOMContentLoaded", function() { twemoji.parse(document.body, { folder: "svg", size: "svg", ext: ".svg" }); });