# d2l-media-behavior **Repository Path**: mirrors_Brightspace/d2l-media-behavior ## Basic Information - **Project Name**: d2l-media-behavior - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # media-behavior A Polymer behavior for media players. ## Usage * Ensure you have the correct .npmrc file in your project or home directory * Run `npm install` * Import and use the behavior in a Polymer component: ``` ... Polymer({ is: 'my-media-component', behaviors: [D2LMediaBehavior] }); ``` ## Development * `npm install` * `npm start` * Visit http://localhost:{PORT}/components/@d2l/media-behavior/demo/