2 pointsby skreep6 hours ago1 comment
  • sgt6 hours ago
    This is a crazy intuitive API.

      ZStack {
          NaturePhoto()
          LightEffectOnBlack()
              .blendMode(.plusLighter)
      }
    
    
    How is the performance?