Fix: remove unused variable
This commit is contained in:
parent
a2d7fc4901
commit
fc53234dba
|
@ -1,12 +1,5 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
const hues = {
|
|
||||||
deg: 1,
|
|
||||||
grad: 360 / 400,
|
|
||||||
rad: 180 / Math.PI,
|
|
||||||
turn: 360
|
|
||||||
};
|
|
||||||
|
|
||||||
const colorConverter = (() => {
|
const colorConverter = (() => {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user