This is a JavaScript based dummy placeholder image generator application that runs on web browser.
This repository contains JavaScript project that can be used to generate sample image on your web browser.
This project has following features that can be usable:
- This can create dummy images.
- You can create one image at a time.
- It can accept width and height of the output image up to 16K resolution.
- You can set custom placeholder on image.
- You can set placeholder text color.
- You can choose placeholder color from picker or write your hex color code.
- You can set plain and gradient background colors.
- You can choose gradient background direction as horizontal, vertical and diagonal.
- You can add multiple color stops for gradient background.
- You can remove any of the gradient background color from the list.
- You can preview image before download by click
generate
button. - You can download the generated image as
.png
file with dimension as file name. - You can copy the generated data URL value into your clipboard by click on the box.
- You can copy the generated image into your clipboard by click on the preview image.
To use this project. Following these steps:
- You can navigate to the demo link Dummy Placeholder Image Generator Page.
Or If you want run on you system then follow these steps:
- First, Clone this project repository or download it in your system.
- Extract if you downloaded rather than cloned
- Navigate to the project folder.
- Find
index.html
file. - Open by your system context menu options or by hit enter or by double click it.
This will opens in your default browser to run.
- Need JavaScript Enabled Web Browser to run.
- Make sure before running this project that you have enabled JavaScript.
- No Internet connection is needed when loaded in your system.
This is a simple dummy image generator application, That is designed and developed using JavaScript. That can be useful to generate placeholder images inside your browser. But It is comes with some basic features. This application required clipboard permission, if it is prompt to write in your clipboard whenever you access those functionalities.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request. Make sure to follow the existing coding style and provide clear documentation for your changes.
This project licensed under the MIT license. Feel free to use, modify, and distribute it as per the terms of the license.
If you have any questions or need further assistance, please feel free to reach me by referring My Github Profile
Thanks for reviewing this project!