Registers a CustomReadonlyEditorProvider for .qoi files
Inline QOI decoder (~120 lines) implementing all 6 QOI opcodes
Sends decoded RGBA pixel data to a webview canvas via postMessage
About QOI
QOI is a lossless image format designed by Dominic Szablewski. It offers 10-30x faster encoding/decoding than PNG, with a spec that fits on a single page. See qoiformat.org.