vast-inliner

vast-inliner is written as a challenge. The aim of this is to turn VAST documents with wrappers into a single VAST document that is InLine.

Usage no npm install needed!

<script type="module">
  import vastInliner from 'https://cdn.skypack.dev/vast-inliner';
</script>

README

vast-inliner is written as a challenge. The aim of this is to turn VAST documents with wrappers into a single VAST document that is InLine.

Build Status Coverage Status npm version js-standard-style bitHound Score

Installing

npm i vast-inline --save

Using

Using it in code

const vastInliner = require('vast-inliner')

or if ES2015 is your thing:

import vastInliner from 'vast-inliner'

Recommendations