mtr / placeholder
There is no license information available for the latest version (v0.1) of this package.
output base64 placeholder image
v0.1
2019-02-04 21:06 UTC
This package is auto-updated.
Last update: 2025-07-05 20:57:33 UTC
README
#Usage
MTR\Placeholder::png(int $width, int $height);
MTR\Placeholder::png(int $height, int $height);
Optional:
MTR\Placeholder::backgroundColor('#ff0000'')->png(int $height, int $height);
MTR\Placeholder::fontColor('#ff0000'')->png(int $height, int $height);