I'm working on implementing remotion animated emojis in my application. According to the documentation, these emojis need to be stored in the application's public folder. However, with a large collection of emojis, this approach would significantly increase the project size and make maintenance challenging. I'm looking for guidance on hosting these emojis on Amazon S3 and serving them through CloudFront CDN instead. How can I implement this alternative storage and delivery solution?
Also is there any way to give the codepoint as a prop not the name of the emoji?