THEOplayer / web-ui

UI component library for the THEOplayer Web SDK
https://www.theoplayer.com/docs/open-video-ui/web/
MIT License
10 stars 0 forks source link

Export `version` in public API #53

Closed MattiasBuelens closed 8 months ago

MattiasBuelens commented 8 months ago

This allows users to quickly check what version of Open Video UI is running on their webpage.

Also make it possible to import package.json from both @theoplayer/web-ui and @theoplayer/react-ui. This is useful to get the installed version of Open Video UI in your web app's build logic.