JSPM

  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q40031F
  • License MIT

Magic Circle play controls

Package Exports

  • @magic-circle/play-controls
  • @magic-circle/play-controls/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@magic-circle/play-controls) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@CreativeControls/PlayControls

Creates controls letting the user play, pause and reload the page.

Settings

module.exports = {
  playControls: {
    // Show a button that allows a user to fullscreen the frame
    fullscreen: false,
  },
};