Generate Wallpaper Now jQuery Plugin

A jQuery plugin that allows the creation of an image through a set of parameters.

Why

+ I wanted to create a jquery plugin
+ I like to put random backgrounds into my smartphone

Usage example

$(target).genWallNow({
      width: "720px",
      height: "1280px",
      backgroundColor: "#000000",
      patternStyle: "style1",
      arcRadius: 25,
      randomSize: true,
      colorAlphaRandom: true,
      fillStyle: "#ffffff",
      strokeStyle: '#ffffff',
      strokes: true,
      lineWidth: 15,
      randomLineWidth: true,
      numberIterations: 1000,
      monochromatic: true,
      randomPosition: true
  });

Source code

https://github.com/goncalogoncalves/genwallnow

Output example

(downsized)

genwallnow

Deixe um comentário

O seu endereço de email não será publicado. Campos obrigatórios marcados com *