Skip to content

This is the Display.Monks development server, which handles previewing and compiling ads via webpack.

License

Notifications You must be signed in to change notification settings

mediamonks/display-dev-server

Repository files navigation

Display Development Server

npm-version npm-downloads github-contributors github-activity libraries.io-dependencies

The Display Development Server is used as a tool to build and develop display ads.

Installation

yarn add @mediamonks/display-dev-server
npm i @mediamonks/display-dev-server

Basic Usage

// for building
dds --mode production

// for developing
dds --mode development

The 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 animations
    • R - Reload all visible banners
    • - Skip to end frame
    • . - Forward 250ms
  • 🖱 Mouse click support for play/pause
  • ⏱ Animation time tracker
  • ⚙️ Configurable controls visibility via controlsOff setting

Configuration

{
  // Hide visual controls while maintaining keyboard shortcuts
  controlsOff: false
}

## Contribute

View [CONTRIBUTING.md](./CONTRIBUTING.md)

## LICENSE

[MIT](./LICENSE) © MediaMonks

About

This is the Display.Monks development server, which handles previewing and compiling ads via webpack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published