getscreenmedia
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -1,6 +0,5 @@ | ||
var bundle = require('browserify')(), | ||
fs = require('fs'); | ||
var bundle = require('browserify')(); | ||
var fs = require('fs'); | ||
bundle.add('./getscreenmedia'); | ||
bundle.bundle({standalone: 'getscreenmedia'}).pipe(fs.createWriteStream('getscreenmedia.bundle.js')); | ||
bundle.bundle({standalone: 'getScreenMedia'}).pipe(fs.createWriteStream('getscreenmedia.bundle.js')); |
@@ -1,2 +0,2 @@ | ||
(function(e){if("function"==typeof bootstrap)bootstrap("getscreenmedia",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeGetscreenmedia=e}else"undefined"!=typeof window?window.getscreenmedia=e():global.getscreenmedia=e()})(function(){var define,ses,bootstrap,module,exports; | ||
(function(e){if("function"==typeof bootstrap)bootstrap("getscreenmedia",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeGetScreenMedia=e}else"undefined"!=typeof window?window.getScreenMedia=e():global.getScreenMedia=e()})(function(){var define,ses,bootstrap,module,exports; | ||
return (function(e,t,n){function i(n,s){if(!t[n]){if(!e[n]){var o=typeof require=="function"&&require;if(!s&&o)return o(n,!0);if(r)return r(n,!0);throw new Error("Cannot find module '"+n+"'")}var u=t[n]={exports:{}};e[n][0].call(u.exports,function(t){var r=e[n][1][t];return i(r?r:t)},u,u.exports)}return t[n].exports}var r=typeof require=="function"&&require;for(var s=0;s<n.length;s++)i(n[s]);return i})({1:[function(require,module,exports){ | ||
@@ -3,0 +3,0 @@ // getScreenMedia helper by @HenrikJoreteg |
{ | ||
"name": "getscreenmedia", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A browser module for attempting to get access to a MediaStream of a user's screen. With a nice node-like API.", | ||
@@ -5,0 +5,0 @@ "main": "getscreenmedia.js", |
@@ -11,3 +11,3 @@ # getScreenMedia | ||
If you're not using browserify or you want AMD support use `getscreenmedia.bundle.js`. | ||
If you're not using browserify or you want AMD support use `getscreenmedia.bundle.js`. Note that if no module system is detected it will attach a function called `getScreenMedia` to `window`. | ||
@@ -14,0 +14,0 @@ |
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
6861