Acorn221 / visualcube-react

Script for generating Rubik's Cube visualisations in React

Home Page:https://acorn221.github.io/visualcube-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisualCube-React

Improvements from original fork

  • Refactored code
  • Easy react integration
  • Storybooks for easy testing and examples
  • The option to apply the mask before and after the algorithm is applied
  • Arrow transparency, outlines and size configuration

This fork, of the typescript fork, is made to simplify deployment with react and to simplify deployment of this library, along with making the code more readable. Click here to view the Storybooks Deployment

How to run for development

  1. Clone the repo
  2. Run yarn
  3. Run yarn run storybook
  4. Go to http://localhost:6006/ in your browser

How to deploy storybook to github pages

  1. Run yarn run deploy

About

Script for generating Rubik's Cube visualisations in React

https://acorn221.github.io/visualcube-react/

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%