Web Components Overview

Web Components include three media components:

  • WmmAudio - Wrapper for <audio> element with monetization features.
  • WmmVideo - Wrapper for <video> element with monetization features.
  • WmmText - <WmmText> element shows articles paragraph by paragraph, assuming users account has sufficient funds.

A helper component:

  • WmmNotification - When there are problems realted to monetization, shows the error state within a media components.

And a couple utils modules:

  • common - Sets the src URL and binds notifications for each three media components.
  • videoAndAudio - common utils used by both <WmmAudio> and <WmmVideo> components.