Skip to content

ag-sanjjeev/app-dummy-placeholder-image-generator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dummy Image Generator

This is a JavaScript based dummy placeholder image generator application that runs on web browser.

⚑ Purpose

This repository contains JavaScript project that can be used to generate sample image on your web browser.

⚑ Features

This project has following features that can be usable:

  1. This can create dummy images.
  2. You can create one image at a time.
  3. It can accept width and height of the output image up to 16K resolution.
  4. You can set custom placeholder on image.
  5. You can set placeholder text color.
  6. You can choose placeholder color from picker or write your hex color code.
  7. You can set plain and gradient background colors.
  8. You can choose gradient background direction as horizontal, vertical and diagonal.
  9. You can add multiple color stops for gradient background.
  10. You can remove any of the gradient background color from the list.
  11. You can preview image before download by click generate button.
  12. You can download the generated image as .png file with dimension as file name.
  13. You can copy the generated data URL value into your clipboard by click on the box.
  14. You can copy the generated image into your clipboard by click on the preview image.

⚑ Usage Instructions

To use this project. Following these steps:

  1. You can navigate to the demo link Dummy Placeholder Image Generator Page.

Or If you want run on you system then follow these steps:

  1. First, Clone this project repository or download it in your system.
  2. Extract if you downloaded rather than cloned
  3. Navigate to the project folder.
  4. Find index.html file.
  5. 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.

⚑ Requirements:

  1. Need JavaScript Enabled Web Browser to run.
  2. Make sure before running this project that you have enabled JavaScript.
  3. No Internet connection is needed when loaded in your system.

⚑ Conclusion

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.

⚑ Contribution

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.

⚑ License

This project licensed under the MIT license. Feel free to use, modify, and distribute it as per the terms of the license.

⚑ Contact

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!