.imagePlaygroundSheet(isPresented: $openPlayground, concepts: [.text(instructions)], onCompletion: { url in
   if let newImage = UIImage(contentsOfFile: url.path) {
      self.image = newImage
      self.instructions = ""
   }
})
.imagePlaygroundGenerationStyle(.sketch)
.imagePlaygroundPersonalizationPolicy(.disabled)