JSPM

  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q79597F
  • License MIT

Magic Circle default controls

Package Exports

  • @magic-circle/controls
  • @magic-circle/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/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/Controls

Displays the sidebar with controls.

Settings

module.exports = {
  // Part of the default plugins
  plugins: defaultPlugins => [...defaultPlugins],

  // Enables users to load custom controls
  controls: defaultControls => [...defaultControls],
}