mtr / placeholder
output base64 placeholder image
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mtr/placeholder
This package is auto-updated.
Last update: 2026-01-05 22:10:23 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);