Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

0.3.0

Compare
Choose a tag to compare
@scottbedard scottbedard released this 17 Nov 04:27
· 49 commits to master since this release

New

  • Added an option to store state as { index, value } objects
  • Added a stickers method to iterate over all stickers
// these can be used together to attach additional information to stickers
const cube = new Cube(3, { useObjects: true });

cube.stickers(sticker => {
    sticker.foo = 'whatever';
});