Skip to content

Commit 93211be

Browse files
committed
v0.63.3
Release notes: - [twisty] Add a `. experimentalHintFaceletsElevation ` config and property to `TwistyPlayer`. - [twisty] Support `experimentalFaceletScale` in the `TwistyPlayer` constructor. Example usage of `experimentalHintFaceletsElevation `: ```ts import { TwistyPlayer } from "cubing/twisty"; // Set initially: const player = document.body.appendChild( new TwistyPlayer({ experimentalHintFaceletsElevation: 2, }), ); // Update later: await new Promise((resolve) => setTimeout(resolve, 1000)); player.experimentalHintFaceletsElevation = 4; ```
1 parent a955ab8 commit 93211be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cubing",
3-
"version": "0.63.3-dev",
3+
"version": "0.63.3",
44
"description": "A collection of JavaScript cubing libraries.",
55
"author": "The js.cubing.net team",
66
"license": "MPL-2.0 OR GPL-3.0-or-later",

0 commit comments

Comments
 (0)