Skip to content

Commit

Permalink
Update dist files and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdbassit committed Aug 22, 2023
1 parent 7f96f5d commit 0898dae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions dist/coloris.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
(function (window, document, Math, undefined) {
var ctx = document.createElement('canvas').getContext('2d');
var currentColor = { r: 0, g: 0, b: 0, h: 0, s: 0, v: 0, a: 1 };
var container, picker, colorArea, colorAreaDims, colorMarker, colorPreview, colorValue, clearButton, closeButton,
hueSlider, hueMarker, alphaSlider, alphaMarker, currentEl, currentFormat, oldColor, keyboardNav;
var container,picker,colorArea,colorMarker,colorPreview,colorValue,clearButton,closeButton,
hueSlider,hueMarker,alphaSlider,alphaMarker,currentEl,currentFormat,oldColor,keyboardNav,
colorAreaDims = {};

// Default settings
var settings = {
Expand Down
Loading

0 comments on commit 0898dae

Please sign in to comment.