update vibrant
This commit is contained in:
parent
0943e64c09
commit
140c6917b5
1 changed files with 337 additions and 342 deletions
|
@ -1,4 +1,4 @@
|
|||
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||
define([], function () {
|
||||
/*
|
||||
* quantize.js Copyright 2008 Nick Rabinowitz
|
||||
* Ported to node.js by Olivier Lesnicki
|
||||
|
@ -488,10 +488,6 @@ var MMCQ = (function() {
|
|||
}
|
||||
})();
|
||||
|
||||
module.exports = MMCQ.quantize
|
||||
|
||||
},{}],2:[function(require,module,exports){
|
||||
|
||||
/*
|
||||
Vibrant.js
|
||||
by Jari Zwarts
|
||||
|
@ -571,8 +567,7 @@ module.exports = MMCQ.quantize
|
|||
})();
|
||||
|
||||
window.Vibrant = Vibrant = (function () {
|
||||
Vibrant.prototype.quantize = require('quantize');
|
||||
|
||||
Vibrant.prototype.quantize = MMCQ.quantize;
|
||||
Vibrant.prototype._swatches = [];
|
||||
|
||||
Vibrant.prototype.TARGET_DARK_LUMA = 0.26;
|
||||
|
@ -877,4 +872,4 @@ module.exports = MMCQ.quantize
|
|||
|
||||
})();
|
||||
|
||||
},{"quantize":1}]},{},[2]);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue