17 lines
388 B
TypeScript
Executable File
17 lines
388 B
TypeScript
Executable File
const maya = {
|
|
kw: "/pieces/maya/kw.svg",
|
|
qw: "/pieces/maya/qw.svg",
|
|
rw: "/pieces/maya/rw.svg",
|
|
bw: "/pieces/maya/bw.svg",
|
|
nw: "/pieces/maya/nw.svg",
|
|
pw: "/pieces/maya/pw.svg",
|
|
kb: "/pieces/maya/kb.svg",
|
|
qb: "/pieces/maya/qb.svg",
|
|
rb: "/pieces/maya/rb.svg",
|
|
bb: "/pieces/maya/bb.svg",
|
|
nb: "/pieces/maya/nb.svg",
|
|
pb: "/pieces/maya/pb.svg",
|
|
};
|
|
|
|
export default maya;
|