Package Exports
- cubing
- cubing/alg
- cubing/kpuzzle
- cubing/puzzle-geometry
- cubing/twisty
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cubing) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

cubing.js
cubing.js
is a collection of Javascript libraries, still under development.
Library | Purpose |
---|---|
cubing/alg |
Parse and transform twisty puzzle algorithms ("algs"). |
cubing/bluetooth |
Connect to bluetooth twisty puzzles. |
cubing/kpuzzle |
Represent and transform twisty puzzles. |
cubing/twisty |
Animate and interact with twisty puzzles. |
cubing/puzzle-geometry |
Generate new twisty puzzle geometries. |
Development
git clone https://github.com/cubing/cubing.js && cd cubing.js
npm install
make parcel
This should open http://localhost:1234/ automatically.