SnapCode is a simple CLI tool that converts code snippets into beautiful screenshots automatically.
Features
- Input a code snippet via command line
- Generate a dark/light themed screenshot
- Customize output filename with
-ooption - Lightweight and fast, powered by Go and rod
Usage Example
./snapcode -o output/light.png -theme light 'console.log("Hello, SnapCode!");'