Bun one-liner JavaScript
A JavaScript snippet for Bun one-liner that answers requests for /pixel.gif with the empty GIF, decoded once at startup.
Bun one-liner JavaScript
bun -e "await Bun.write('pixel.gif', Buffer.from('R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==', 'base64'))"
We ran this snippet and compared the bytes it returned.