Liam Ronan

Results 7 comments of Liam Ronan

I did but haven't submitted a PR -- is this library still maintained?

@jaymutzafi basic implementation: ``` import SAConfettiView import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let confettiView = SAConfettiView(frame: self.view.bounds) confettiView.type = .Image("🥓".image()) confettiView.colors = [UIColor.white] confettiView.startConfetti() view.addSubview(confettiView)...

👍 for images in general, you may need to ensure you call `confettiView.colors = [UIColor.white]` before `startConfetti()` -- it looks like setting colors doesn't reset the confettiView colors if it's...

did you add teh extension from the above code snippet? it adds `.image()` to `String`

The node version of this script sets the token's expiration to 180 days from now ([code](https://github.com/pelauimagineering/apple-music-token-generator/blob/master/create_token.js#L31)). I made a PR to update this behavior to 180 days here: https://github.com/pelauimagineering/apple-music-token-generator/pull/24 ....

seeing same behavior trying to create a new Animation set. new to framer but will post back if I get any leads

hey @chauchinyiu - I had the same invalid sig problem -- the issue on my end was with the URI encoding. I went ahead and removed the included uri encoding...