🎯
Focusing
Pinned Loading
-
Get execution time
Get execution time 1const execTime = {
2data: {},
3start(id: string) {
4if (!id) return
5if (this.data[id]) delete this.data[id]
-
emoji-to-SVG Base64 generator
emoji-to-SVG Base64 generator 1const emoji = prompt('Enter emoji:');
2const svg = `<?xml version="1.0" encoding="UTF-8"?>
3<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">4<text x="50%" y="50%" font-size="44" dominant-baseline="middle" text-anchor="middle">${emoji}</text>5</svg>`;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.