PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Arnel Labarda   PHP Dominant Color   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dominant Color
Create image with color of another dominant color
Author: By
Last change:
Date: 7 years ago
Size: 434 bytes
 

Contents

Class file image Download
{ "name": "aqlx86/image-color-uri", "description": "Creates a data-uri based on the image dominant color.", "type": "library", "license": "MIT", "authors": [ { "name": "Arnel Labarda", "email": "aqlx86@gmail.com" } ], "autoload": { "psr-4": { "ImageColor\\": "src/ImageColor/" } }, "require": {}, "minimum-stability": "dev" }