UNPKG
glitchin
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
Glitch Art package
github.com/TheMouseHouse/glitchin
TheMouseHouse/glitchin
glitchin
/
lib
/
config
/
constants.js
10 lines
(9 loc)
•
112 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
module
.
exports
= {
CHANNELS
:
'channels'
,
POSSIBLE_CHANNELS
: [
'r'
,
'g'
,
'b'
] }