package Color::Brewer;
use strict;
use warnings;
use utf8;
use JSON;
use File::ShareDir;
use Params::Validate qw(:all);
use Path::Tiny;
our $VERSION = 0.001;
=encoding utf-8
=head1 NAME
Color::B
r_brewer {
if ( !defined $colors ) {
$colors = from_json( path( File::ShareDir::dist_file( 'Color-Brewer', 'colorbrewer.json' ) )->slurp_utf8() );
}
return $colors;
}
=head2 named
Brewer website and color schemes are copyrighted by Cynthia Brewer. With this module is bundled a json file with the color schemes.
This product includes color specifications and designs developed b