await draw(arr, detail_level [, ...array_indexes]).
arr: shuffled array of positive integers
detail_level: 1|2|3. Used by "Detail" in control panel.
array_indexes: (optional) draw only these indexes.
Draw whole array if no index specified.
Can use `swap(arr, index1, index2)` to swap elements of array.
GitHub