Package Exports
- vast-client
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vast-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
VAST Javascript Client
Vast Client JS is a Javascript library for parsing Digital Video Ad Serving Template (VAST) documents as close as possible to the Interactive Advertising Bureau (IAB) specification.
This library provides:
- A VAST parser, which validates the XML and translates it into a JS object.
- A VAST tracker, which batches the tracking urls and provides methods for calling them.
Complies with VAST 3.0 spec.
Documentation
See API
Support
If you need to support legacy browsers (e.g. IE8+), don't forget to include es5.js
Build / Contribute
See CONTRIBUTING