We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export const METHOD_UNKNOWN: STIF.Method = 'unknown' // 2x2x2 Methods export const METHOD_ORTEGA: STIF.Method = 'ortega' export const METHOD_CLL: STIF.Method = 'cll' export const METHOD_EG: STIF.Method = 'eg' // 3x3x3 Methods export const METHOD_LBL: STIF.Method = 'lbl' export const METHOD_CORNERS_FIRST: STIF.Method = 'corners-first' export const METHOD_CFOP: STIF.Method = 'cfop' export const METHOD_ROUX: STIF.Method = 'roux' export const METHOD_ZZ: STIF.Method = 'zz' export const METHOD_PETRUS: STIF.Method = 'petrus' export const METHOD_HEISE: STIF.Method = 'heise' // Big Cube Methods export const METHOD_REDUCTION: STIF.Method = 'reduction' export const METHOD_YAU: STIF.Method = 'yau' export const METHOD_HOYA: STIF.Method = 'hoya'
The text was updated successfully, but these errors were encountered:
Need ZZ and Roux for 1.0.0
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: