@whoisxavier/display-dev-server
v1.0.2
Published
Display advertising development server by x-code.studio - Preview and compile ads via webpack.
Downloads
295
Readme
Display Development Server
x-code.studio Display Development Server - Build and develop display ads with ease.
Installation
yarn add @whoisxavier/display-dev-servernpm i @whoisxavier/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 @whoisxavier/generator-display-boilerplate
Documentation
Refer to your project documentation for setup and usage instructions.
🆕 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) © x-code.studio
Based on the original work by MediaMonks (MIT License)