# php-pixel Generate a 1x1 transparent pixel in PHP. ## Installation ```shell composer require "joshtronic/php-pixel:dev-master" ``` ## Usage ### GIF ```php joshtronic\Pixel::gif(); ``` ### PNG ```php joshtronic\Pixel::png(); ```