seems that move from chess 960 is not supported now ``` const { Chess } = await import("cm-chess") const c = new Chess('rnbqkbnr/pppppppp/8/8/8/3PP1BN/PPP2PPP/RNBQ1K1R w KQkq - 0 1'); c2.move('0-0'); // null ```