We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcdd61 commit 6b99984Copy full SHA for 6b99984
README.md
@@ -6,6 +6,12 @@ Palette for PHP
6
**Palette** is a port of the Android library of the same name, for extracting a colour palette from an image. The
7
results can then be used for tinting the interface to match the image.
8
9
+Installation
10
+------------
11
+```bash
12
+$ composer require 'marijnvdwerf/material-palette:~1.0'
13
+```
14
+
15
Usage
16
-----
17
Palette makes use of the [Intervention image library](https://github.com/Intervention/image) to load images, and supports
0 commit comments