UNPKG
@lichess-org/chessground
Version:
latest (10.1.1)
10.1.1
10.1.0
10.0.2
10.0.1
10.0.0
9.10.3
9.10.2
9.10.1
9.9.0
9.8.5
9.8.4
9.8.3
9.8.2
9.8.1
9.8.0
9.7.4
9.7.2
9.7.1
9.7.0
9.6.0
9.5.2
9.5.1
9.5.0
9.4.1
9.4.0
9.3.1
9.3.0
9.2.3
lichess.org chess ui
github.com/lichess-org/chessground
lichess-org/chessground
@lichess-org/chessground
/
dist
/
types.js
5 lines
•
277 B
JavaScript
View Raw
1
2
3
4
5
export
const
colors = [
'white'
,
'black'
];
export
const
roles = [
'pawn'
,
'knight'
,
'bishop'
,
'rook'
,
'queen'
,
'king'
];
export
const
files = [
'a'
,
'b'
,
'c'
,
'd'
,
'e'
,
'f'
,
'g'
,
'h'
];
export
const
ranks = [
'1'
,
'2'
,
'3'
,
'4'
,
'5'
,
'6'
,
'7'
,
'8'
];
//# sourceMappingURL=types.js.map