Skip to content

Commit

Permalink
Update build.
Browse files Browse the repository at this point in the history
Signed-off-by: regorxxx <[email protected]>
  • Loading branch information
regorxxx committed Nov 7, 2023
1 parent 4d96131 commit 7250177
Show file tree
Hide file tree
Showing 4 changed files with 441 additions and 355 deletions.
30 changes: 15 additions & 15 deletions chroma-light.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
/**
* chroma.js - JavaScript library for color conversions
*
*
* Copyright (c) 2011-2019, Gregor Aisch
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
*
*
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
*
* 3. The name Gregor Aisch may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Expand All @@ -27,31 +27,31 @@
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
*
* -------------------------------------------------------
*
*
* chroma.js includes colors from colorbrewer2.org, which are released under
* the following license:
*
*
* Copyright (c) 2002 Cynthia Brewer, Mark Harrower,
* and The Pennsylvania State University.
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
* either express or implied. See the License for the specific
* language governing permissions and limitations under the License.
*
*
* ------------------------------------------------------
*
*
* Named colors are taken from X11 Color Names.
* http://www.w3.org/TR/css3-color/#svg-color
*
*
* @preserve
*/

Expand Down Expand Up @@ -205,7 +205,7 @@
};

chroma$7.Color = Color_1;
chroma$7.version = '2.4.2';
chroma$7.version = '2.5.0';

var chroma_1 = chroma$7;

Expand Down
Loading

0 comments on commit 7250177

Please sign in to comment.