Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 699 Bytes

Fake Image Server

It's hard to choose suitable image placeholders when you are working on a front-end project. Fake Image Server aims to reduce your work by generating clean images with an URL.

How to use

Use the src attribute to load fake svg images.

<img src="https://holder.moyu.io/300">
<img src="https://holder.moyu.io/300/200">
<img src="https://holder.moyu.io/300/200?bg=000&color=fff">
<img src="https://holder.moyu.io/300?text=Hello&size=40">

Set up your own server

If you want to set up your own server, make sure follow node-canvas instruction to install all the needed system modules.