charmbracelet / freeze

Generate images of code and terminal output 📸
MIT License
2.98k stars 50 forks source link

Wrap Text #98

Closed maaslalani closed 2 months ago

maaslalani commented 2 months ago

Fixes #14

This PR fixes wrapping text with the --wrap flag.

Simply specify the character width to wrap text at.

freeze --wrap 80 main.go
maaslalani commented 2 months ago