@mediamonks/display-dev-server
v11.9.1
Published
This is the Display.Monks development server, which handles previewing and compiling ads via webpack.
Downloads
22
Keywords
Readme
Display Development Server
The Display Development Server is used as a tool to build and develop display ads.
Installation
yarn add @mediamonks/display-dev-servernpm i @mediamonks/display-dev-serverBasic Usage
// for building
dds --mode production
// for developing
dds --mode developmentThe easiest way to get started is by using the yeoman template @mediamonks/generator-display-templates
Documentation
View the documentation.
🆕 Latest Updates (v11.8.0)
Enhanced Animation Controls
- ⌨️ Keyboard Controls
Space- Play/Pause animationsR- Reload all visible banners→- Skip to end frame.- Forward 250ms
- 🖱 Mouse click support for play/pause
- ⏱ Animation time tracker
- ⚙️ Configurable controls visibility via
controlsOffsetting
Configuration
{
// Hide visual controls while maintaining keyboard shortcuts
controlsOff: false
}
## Contribute
View [CONTRIBUTING.md](./CONTRIBUTING.md)
## LICENSE
[MIT](./LICENSE) © MediaMonks