Skip to content
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign up
Taylor Hunt tigt
Block or report tigt
Pinned Loading
- Small, efficient encoding of SVG data URIs for CSS, HTML, etc.
JavaScript 313 16
- Check accessible Web contrast in real-time
HTML
- 1
const { execSync } = require('child_process')
2
const { createHash } = require('crypto')
3
const invertColor = require('invert-color')
5
const branchName = execSync('git rev-parse --abbrev-ref HEAD')
- 3
How many languages and syntaxes make up the Web?
5
This list is for code on the front-end; the back-end could be literally anything.