🎨Utilities
Screen Color Eyedropper
Explains how to use the browser EyeDropper API to pick a color from any point on the screen.
O navegador (Chromium 95+) oferece a API EyeDropper:
const ed = new EyeDropper();\nconst r = await ed.open();\nconsole.log(r.sRGBHex); // ex: "#3b82f6"O usuário precisa permitir e clicar em algum ponto da tela. Não funciona em Safari e Firefox no momento.
Related Tools
🏛️
CNAB File Reader
Read Brazilian CNAB 240 and CNAB 400 banking files and display records decomposed by type.
🌳
GEDCOM Reader
Read GEDCOM (genealogy) files and list individuals (INDI) with name, birth and death dates.
📑
PDF Merge
Merge several PDFs into a single file in the given order. Everything in your browser via pdf-lib.