🎯
Focusing
Pinned Loading
-
Get execution time
Get execution time 1const execTime = {
2data: new Map<string, number>(),
34start(id: string) {
5this.data.set(id, performance.now());
-
Emoji to an SVG data URL
Emoji to an SVG data URL 1const emoji = prompt("Enter emoji")
2if (emoji) {
3const svg = `<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">5${emoji}
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.



