Greetings! We're preparing to update play.radiopublic.com to add features that make it easy to switch back and forth between the web and our native apps, and as part of that, I'll be creating a player that integrates with those features. Chris asked that I utilize this project's DovetailAudio class in the new player, so this PR adds two lines of code to export that class. I've verified that with this change, we can import and compile the class in our project using ts-loader. I'm definitely open to other ways of exposing this class if you prefer a different approach, so please let me know what you think.
Thanks, @gcampo88 . What do you think is the next step? Should someone else also approve, or is it OK to merge this? I don't have access to merge it, so I'll someone else to trigger that.
Greetings! We're preparing to update play.radiopublic.com to add features that make it easy to switch back and forth between the web and our native apps, and as part of that, I'll be creating a player that integrates with those features. Chris asked that I utilize this project's
DovetailAudio
class in the new player, so this PR adds two lines of code to export that class. I've verified that with this change, we can import and compile the class in our project using ts-loader. I'm definitely open to other ways of exposing this class if you prefer a different approach, so please let me know what you think.