🐛 Fix issue with the <AdClickThroughButton> component that was triggering the error Failed to execute 'createElement' on 'Document': The result must not have attributes. (#106)
🚀 Added support for loading in Node for static site generation (SSG) or server-side rendering (SSR). (#50)
This allows you to pass React components (such as <DefaultUI>, <UIContainer> or <PlayButton>) to the Server React DOM APIs, or to use them with a framework that supports SSG or SSR (such as Next.js, Remix or Gatsby).
⚠️ The rendered HTML must still be hydrated on the client to load the Open Video UI properly. (Usually, this handled automatically by your React framework.)
🚀 Added utility hooks such as useCurrentTime(), usePaused() and useVolume(). (#51)