An open API service indexing awesome lists of open source software.

https://github.com/abdo-host/image-placeholder

Node JS application for generate image placeholder with AngularJS.
https://github.com/abdo-host/image-placeholder

angularjs bootstrap5 expressjs jquery nodejs

Last synced: 8 months ago
JSON representation

Node JS application for generate image placeholder with AngularJS.

Awesome Lists containing this project

README

          

# 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](https://www.tatwerat.com/downloads/image-placeholder-github-photo.jpg)](https://tplaceholder.herokuapp.com)

# [View Demo](https://placeholder.tatwerat.com)

### Setup Application
```ssh
npm install
```

#### run development mode
```ssh
npm run watch
```

#### start production mode
```ssh
npm start
```