mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
simplify vibrant
This commit is contained in:
parent
dc66936c08
commit
353dd8d067
1 changed files with 356 additions and 359 deletions
|
@ -504,7 +504,6 @@ module.exports = MMCQ.quantize
|
|||
Google - Palette support library in Android
|
||||
*/
|
||||
|
||||
(function() {
|
||||
var CanvasImage, Swatch, Vibrant,
|
||||
bind = function (fn, me) { return function () { return fn.apply(me, arguments); }; },
|
||||
slice = [].slice;
|
||||
|
@ -878,6 +877,4 @@ module.exports = MMCQ.quantize
|
|||
|
||||
})();
|
||||
|
||||
}).call(this);
|
||||
|
||||
},{"quantize":1}]},{},[2]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue