folia-app / viper

0 stars 0 forks source link

closes #9 and #10 #13

Closed okwme closed 1 year ago

okwme commented 1 year ago

Issue #9

with settings

function setParams() {
  width = 500
  maxLen = 100
  minLen = maxLen / 2
  strokeW = 45 //minLen / 1
  margin = 50
  maxNumberOfLines = 12
  angleDistanceMin = 60
  startPos = "random" // "bottom", "center", "random"
  strokeStyle = "random"
  fps = 5
  bgColor = "rgb(226,226,226)"
  rotationMode = CENTER
  debug = false
  animated = false
  loop = false
  keepRunning = false
  dropShadowColor = "rgba(0, 0, 0, 0.008)"
  drawings = true
  includeShadow = true
  startingX = false // 76.09
  startingY = false // 450t.75
  startingAng = false // 182
  egg = false
  bg = "solid" // "solid", "gradient", "image"
  dropShadowLoop = bg == "solid" ? 25 : 50
  save = true
  taperEnd = false
  skipToEnd = false
  dontCross = true
  bodyOffset = Math.floor(Math.random() * totalBodies)
  bodies = patterns
}

Issue #10

New Segments with tails

Tails Tapering

netlify[bot] commented 1 year ago

Deploy Preview for folia-wander ready!

Name Link
Latest commit cb23eaafceb9bd30a8e348749736f3fc1008a6d7
Latest deploy log https://app.netlify.com/sites/folia-wander/deploys/64082aac51bdd20008d1e6c8
Deploy Preview https://deploy-preview-13--folia-wander.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

okwme commented 1 year ago

thanks @joonyeonp ! re: backgrounds I agree and already opened an issue to explore more (#19 )

okwme commented 1 year ago

just to point out actually #10 isn't complete since I didn't add the option to show the new images without the stroke shape mask. making a new issue to track #22