minznerjosh / vast-player

Playback VAST creatives in a web browser.
MIT License
45 stars 32 forks source link

error... #3

Closed ghost closed 7 years ago

ghost commented 7 years ago

Uncaught ReferenceError: require is not defined at VASTPlayer.js:3

minznerjosh commented 7 years ago

Hello and sorry for the delay! You either need to use browserify to build the package, OR use one of the prebuilt hosted scripts:

<script src="https://cdn.jsdelivr.net/vast-player/0.2/vast-player.min.js"></script>

You could also build the script yourself by cloning the repo and running

$> npm install && npm run build