ansi_wrap

Creator: coderz1093

Last updated:

0 purchases

ansi_wrap Image
ansi_wrap Images

Languages

Categories

Add to Cart

Description:

ansi wrap

ansi_wrap #

Wordwrap a string with ANSI escape codes

Install #
$ dart pub add ansi_wrap
copied to clipboard
Usage #
import 'package:ansi/ansi.dart';
import 'package:ansi_wrap/ansi_wrap.dart';

void main() {
final input = 'The quick brown ${red('fox jumped over ')}the lazy ${green('dog and then ran away with the unicorn.')}';
print(wrapAnsi(input, 20));
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.