mariocraft987 / bark-coding

The source code of a Blockly Based coding language
https://bark.dumorando.com
GNU General Public License v3.0
12 stars 18 forks source link

Better emoji json #112

Closed mariocraft987 closed 5 months ago

mariocraft987 commented 5 months ago

I Want A Feature for bark!

Feature Info This is an eyesore .replaceAll(":happy:", "<img src='src/emojis/svg/normal/happy.svg' alt='happy face' style='margin-bottom: -7px;' width='"+ emojisize + "' height='"+ emojisize + "'>") So why not put all the emoji data such as alt, URL, and name into a json list instead of having all of that mess in replacer.js

dumorando commented 5 months ago

added in commit 364bcda

mariocraft987 commented 5 months ago

Yay