araudioplayer
Advanced tools
Comparing version 0.2.4 to 0.2.5
var ARAudioPlayer = { | ||
type :'araudio', | ||
socket: null, | ||
buildCoreMarkup: function(trackNumber){ | ||
var track = trackNumber; | ||
var result = `player.add('${track.cover}', '${track.audio}', {title: '${track.title}', author: '${track.author}', year: '${track.year}'});`; | ||
return result; | ||
}, | ||
spawn: function(){ | ||
@@ -5,0 +11,0 @@ var self = this; |
{ | ||
"name": "araudioplayer", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "audio player interface for web AR projects made by Patrice-Morgan Ongoly for the House of Venus", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26332
424