Acme-KemonoFriends-Color

 view release on metacpan or  search on metacpan

README.md  view on Meta::CPAN

# NAME

Acme::KemonoFriends::Color - Colorfull output.

# SYNOPSIS

    use Acme::KemonoFriends::Color;
    use utf8;

    # It is randomly displayed in the color of Kemono Friends.
    printk('Welcome to ようこそジャパリパーク!');

# DESCRIPTION

Kemono Friends is one of the most famous Japanese TV animation. Acme::KemonoFriends::Color provides colorfull output like Kemono Friends.

Please use a terminal compatible with 256 colors

lib/Acme/KemonoFriends/Color.pm  view on Meta::CPAN

package Acme::KemonoFriends::Color;
use 5.008001;
use strict;
use warnings;
use utf8;
use Encode qw( encode );
use Exporter 'import';
our @EXPORT = qw( printk );
our $VERSION = "0.01";

my @KemonoFriends_color = qw(
    35   112  208  202
    36   198   39   32
    248  253  196  190
    126  207

lib/Acme/KemonoFriends/Color.pm  view on Meta::CPAN


=for stopwords ja

=head1 NAME

Acme::KemonoFriends::Color - Colorfull output.

=head1 SYNOPSIS

    use Acme::KemonoFriends::Color;
    use utf8;

    # It is randomly displayed in the color of Kemono Friends.
    printk('Welcome to ようこそジャパリパーク!');

=head1 DESCRIPTION

Kemono Friends is one of the most famous Japanese TV animation. Acme::KemonoFriends::Color provides colorfull output like Kemono Friends.

Please use a terminal compatible with 256 colors



( run in 0.489 second using v1.01-cache-2.11-cpan-e93a5daba3e )