Skip to content
View e6vk4's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report e6vk4

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

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