NAME

Lego::From::PNG::View::HTML - Format data returned from Lego::From::PNG

SYNOPSIS

use Lego::From::PNG;

my $object = Lego::From::PNG->new({ filename => 'my_png.png' });

$object->process(view => 'HTML'); # Data is returned as HTML

DESCRIPTION

Class to returned processed data in HTML format

USAGE

new

Usage     : ->new()
Purpose   : Returns Lego::From::PNG::View::HTML object

Returns   : Lego::From::PNG::View::HTML object
Argument  :
Throws    :

Comment   :
See Also  :

print

Usage     : ->print({}) or ->print(key1 => val1, key2 => val2)
Purpose   : Returns HTML formated data (in utf8 and pretty format)

Returns   : Returns HTML formated data (in utf8 and pretty format)
Argument  :
Throws    :

Comment   :
See Also  :

BUGS

SUPPORT

AUTHOR

Travis Chase
CPAN ID: GAUDEON
gaudeon@cpan.org
https://github.com/gaudeon/Lego-From-Png

COPYRIGHT

This program is free software licensed under the...

The MIT License

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

perl(1).