New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

animate-vpaid-bridge

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animate-vpaid-bridge

Bridges between Adobe Animate CC and VPAID advertisements. Open issues to give your comments.

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

animate-vpaid-bridge

Bridges between Adobe Animate CC and VPAID advertisements. Open issues to give your comments.

Build Status

Usage

import AnimateVpaidBridge from 'animate-vpaid-bridge'
window.getVPAIDAd = function () {
  return new AnimateVpaidBridge({
    mediaFiles: [
      {
        url: '<YOURVIDEOURL>',
        type: 'video/mp4'
      }
    ],
    createjsUri: 'https://code.createjs.com/createjs-2015.11.26.min.js',
    basePath: 'https://s3.amazonaws.com/animate-vpaid-bridge/dist/examples/exports/',
    animateJs: 'https://s3.amazonaws.com/animate-vpaid-bridge/dist/examples/exports/kahweetest.js',
    bridgeId: 'kahweetest'
  })
}

Demo

VAST with VPAID ad tag:

Try it in Google IMA Player and JW Player

License

MIT

Keywords

FAQs

Package last updated on 26 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc