Skip to content

zentrick/iab-vast-parser

Repository files navigation

iab-vast-parser

npm Dependencies Build Status Coverage Status JavaScript Standard Style

Parses IAB VAST tags into iab-vast-model objects.

Usage

import parseVAST from 'iab-vast-parser'

const xmlStr = '<VAST version="3.0">...</VAST>'
const vast = parseVAST(xmlStr)
// ... Do your thing ...

API

parseVAST(xml[, options])

The parameter xml can be either an XML string, or a parsed VAST DOM Document or Element.

Currently, one option is supported: you can pass in a DOMParser instance via the domParser key. If you don't do so, a new DOMParser will be created on the fly.

Maintainers

License

MIT

About

Parses IAB VAST tags into iab-vast-model objects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published