UNPKG

playable

Version:

Video player based on HTML5Video

5 lines (4 loc) 197 B
// Test that we not using any WebAPI on module initialization const playable = require('../../dist/statics/playable.bundle'); console.log('Playable bundle succesfully imported!'); process.exit(0);