Skip to content
View tigt's full-sized avatar

Block or report tigt

Report abuse

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

Report abuse

Pinned Loading

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

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

    JavaScript 326 16

  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.