Genwallnow

Generate Wallpaper Now jQuery Plugin

View the Project on GitHub goncalogoncalves/genwallnow

Generate Wallpaper Now jQuery Plugin

It allows the creation of an image through a set of parameters

work in progress...

Why

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
  });