Display Ads Recorder
The Display Ads Recorder is a command line tool meant to record display ads and output these to separate formats, like video, jpg and gif (animated).
Installation
npm i @mediamonks/display-ads-recorder
Basic Usage
display-ads-recorder
Requirements
- You must pre-build the ads (display-ads-recorder will ask you for the directory where it will search for the ads), see @mediamonks/display-dev-server
- Your ad's index.html must include a <meta name='ad.size'> tag. otherwise, display-ads-recorder will not recognize it as a ad.
- The ad must include the function that dispatches and listens to critical events for display-ads-recorder to work. see example here: http://www.github.com/mirkovw/display-record-template
Documentation
View the documentation.
Contribute
View CONTRIBUTING.md
LICENSE
MIT © MediaMonks