Skip to content

Releases: uruya/SnapCode

SnapCode CLI v0.2.0 - Initial Release

28 Apr 14:09

Choose a tag to compare

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 -o option
  • Lightweight and fast, powered by Go and rod

Usage Example

./snapcode -o output/light.png -theme light 'console.log("Hello, SnapCode!");'