showdownjs / showdown

A bidirectional Markdown to HTML to Markdown converter written in Javascript
http://www.showdownjs.com/
MIT License
14.25k stars 1.56k forks source link

[Feature Request] Decouple emojis as a separate plugin #965

Open thdoan opened 1 year ago

thdoan commented 1 year ago

Would it be possible to structure showdown such that the emojis code will only be imported if emojis support is enabled? I'm not using emojis, but I noticed the bundle still has a huge chunk of code dedicated to emojis (about 23kb worth of code).