mtr / placeholder
此包最新版本(v0.1)没有提供许可信息。
输出 base64 格式的 placeholder 图像
v0.1
2019-02-04 21:06 UTC
This package is auto-updated.
Last update: 2024-09-05 18:54:17 UTC
README
#用法
MTR\Placeholder::png(int $width, int $height);
MTR\Placeholder::png(int $height, int $height);
可选
MTR\Placeholder::backgroundColor('#ff0000'')->png(int $height, int $height);
MTR\Placeholder::fontColor('#ff0000'')->png(int $height, int $height);