Skip to content
View tigt's full-sized avatar
Block or Report

Block or report tigt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. mini-svg-data-uri mini-svg-data-uri Public

    Small, efficient encoding of SVG data URIs for CSS, HTML, etc.

    JavaScript 288 14

  2. contrast-o-vision contrast-o-vision Public

    Check accessible Web contrast in real-time

    HTML

  3. Creates an SVG string that can be us... Creates an SVG string that can be used as a favicon across different Git branches. Actually getting this into the browser is sadly project-specific.
    1
    const { execSync } = require('child_process')
    2
    const { createHash } = require('crypto')
    3
    const invertColor = require('invert-color')
    4
    
                  
    5
    const branchName = execSync('git rev-parse --abbrev-ref HEAD')
  4. A list of syntaxes and microsyntaxes... A list of syntaxes and microsyntaxes that make up the Web today.
    1
    # Syntaxes #
    2
    
                  
    3
    How many languages and syntaxes make up the Web?
    4
    
                  
    5
    This list is for code on the front-end; the back-end could be literally anything.