Skip to content

Instantly share code, notes, and snippets.

View tiadrop's full-sized avatar

tia tiadrop

View GitHub Profile
import { $ } from "@xtia/jel";
import { createImagePipe, renderRGBAPipeToCanvas } from "@xtia/pipe2d";
const body = $(document.body);
const cursorScale = 3;
const refractionStrength = 50;
(async () => {