Background generator is to create and save 4k wallpaper images. Images are created on the client side using an HTML element and JavaScript.
How to make use of it:
1. Create a blank canvas on which you want to draw the wallpaper.
<canvas width="3840" height="2160"></canvas>
2. Load the main JavaScript wallpaper.js into the document.
<script src="wallpaper.js"></script>
3. Create a link to save the background (base64 encoded).
<a download="wallpaper.png" href="" id="download">Save this wallpaper</a>
4. Generate a share link.
<a href="" id="share">Grab the link to share it</a>
Geometric Background Wallpaper Generator Plugin/Github
See Demo And Download
Official Website(roytanck): Click Here
This superior jQuery/javascript plugin is developed by roytanck. For extra Advanced Usage, please go to the official website.