Co-founder and CTO of Foony - foony.com
Professional fitness and pool streamer. I ❤️ React + TypeScript.
PixelPerfect is a little jQuery plugin I wrote that allows you to scale images with different algorithms, such as Nearest Neighbor.
A DLL that, when injected, will extract most* media (PNG, JPG, ZIP, etc.) from a process's memory.
import {SetStateAction, useCallback} from 'react';
import {create} from "zustand";
export type EqualityFn<T> = (left: T | null | undefined, right: T | null | undefined) => boolean;