Hold My Pics
Ever needed to create some placeholder images? Here's an easy way to do that.
~0 Images Created
Routes
api/<size>/<(jpg,jpeg,gif,png,webp):fmt>/
api/<size>/<bg_color>/
api/<size>/<bg_color>/<(jpg,jpeg,gif,png,webp):fmt>/
api/<size>/<bg_color>/<fg_color>/
api/<size>/<bg_color>/<fg_color>/<(jpg,jpeg,gif,png,webp):fmt>/
Where
<size>
is either the width and height of a rectangular image
(width×height
) or the length of each side of a square image (side
), in pixels.
<size> = width×height
<size> = side