UNPKG

rubiks-cube-solver

Version:

Outputs a solution using the Fridrich Method for a given cube state.

5 lines (4 loc) 156 B
export { CrossFormatter } from './cross'; export { F2LFormatter } from './f2l'; export { OLLFormatter } from './oll'; export { PLLFormatter } from './pll';