/Image-Placeholder

Node JS application for generate image placeholder with AngularJS.

Primary LanguageTwigMIT LicenseMIT

Image Placeholder

Create your image placeholder easily with much more option for size, color and custom text or can use sample of images and icons.

URL Properties

Property Key Default Value Description
width 420 Width of image
height 320 Height of image
text Placeholder Text content on image
bgColor 01be84 Image Background color
fontSize 25 Font size of content
textColor ffffff Text color

Sample URL

https://placeholder.tatwerat.com/create?text=Placeholder&bgColor=dddddd&textColor=333333&fontSize=95&width=1024&height=768

Demo

Setup Application

npm install

run development mode

npm run watch

start production mode

npm start