Skip to content

Instantly share code, notes, and snippets.

View dwjohnston's full-sized avatar
👋
Looking for work

David Johnston dwjohnston

👋
Looking for work
View GitHub Profile
@dwjohnston
dwjohnston / hexToCssFilters.ts
Last active March 18, 2024 16:07
TS Hex to CSS filters solution
//As referenced in this solution
import { number } from "prop-types";
//https://codepen.io/sosuke/pen/Pjoqqp
interface HSL {
h: number;