Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mediamonks/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).
https://github.com/mediamonks/display-ads-recorder
Last synced: about 1 month ago
JSON representation
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).
- Host: GitHub
- URL: https://github.com/mediamonks/display-ads-recorder
- Owner: mediamonks
- Created: 2022-06-29T15:09:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T17:13:22.000Z (9 months ago)
- Last Synced: 2024-04-22T04:09:20.011Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 346 KB
- Stars: 1
- Watchers: 12
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
npm i @mediamonks/display-ads-recorder
```## Basic Usage
```js
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](https://www.github.com/mediamonks/display-dev-server)
- Your ad's index.html must include a \ 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
- This function is included in [@mediamonks/display-temple](https://www.github.com/mediamonks/display-temple)## Documentation
View the [documentation](https://mediamonks.github.io/display-advertising-docs/).
## Contribute
View [CONTRIBUTING.md](./CONTRIBUTING.md)
## LICENSE
[MIT](./LICENSE) © MediaMonks