Parse and generate data URLs from files and text in the terminal.
CLI tool and Rust crate for parsing and generating data URLs
dataurl$ dataurl image.png$ dataurl --text 'hello world'$ dataurl decode 'data:text/plain;base64,aGVsbG8='$ dataurl --mime 'application/json' data.json$ dataurl icon.svg