// s0.initImage("https://images.unsplash.com/photo-1583686298564-46fbffda0707?q=80&w=3870&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D")
s0.initImage("/home/pln/Work/Hydra/URBANUS/teng-yuhong-qMehmIyaXvY-unsplash.jpg")
src(s0)
  .scale(0.8,1.15)
  // .mask(shape(4)
    // .scroll(0,-0.02)
    // .scale(2.85,5)
  // )
  // .repeat(() => 2 + 0.5 * Math.sin(time / 10),
    // () => 2 + 0.5 * Math.sin(time / 10))
  .scale(() => 0.7 + 0.2 * Math.sin(time/20))
  .out(o0)
src(o0)
  .blend(
    src(o0).modulate(src(o0).scale(() => 1.9 + 1.4 * Math.sin(time/200)))
    , () => 0.15 + 0.05 * Math.sin(time/199.3))
  .out(o1)
src(o1)
  .brightness(() => -0.2 + 0.13 * Math.sin(time/20))
  .saturate(1.25)
  .contrast(1.8)
  .scale(2)
  .out(o2)
src(o2)
  // EYE OF SOCIETY
  // .add(src(o3).scale(0.999).rotate(() => (time/1000) % 360),0.8)
  .scale(1.02,1.4)
  // STAMP OF SOCIETY
  .add(src(o2)
    .thresh(0.3)
    .scale(() => 0.62 + 0.4 * Math.sin(time / 29))
  )
  .out(o3)
render(o3)