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