Fix: remove unused variable

This commit is contained in:
eight 2018-11-18 23:30:41 +08:00
parent a2d7fc4901
commit fc53234dba

View File

@ -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 {