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.
- Host: GitHub
- URL: https://github.com/abdo-host/image-placeholder
- Owner: abdo-host
- License: mit
- Created: 2022-10-05T15:12:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-12T08:07:30.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T08:33:33.907Z (8 months ago)
- Topics: angularjs, bootstrap5, expressjs, jquery, nodejs
- Language: Twig
- Homepage:
- Size: 265 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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
```