This project mainly is a part of BSA (Base of Speedcubing Algorythms)
import { Cube } from 'image-creator'
let element = document.getElementById(this.props.id)
let cube = new Cube(element, this.props.type, this.props.colors, this.props.width)Copyright (c) 2016-present Sergeyev Victor; Licensed MIT