mirror of
https://github.com/Sheldan/canvas.git
synced 2026-04-18 04:50:33 +00:00
collatzConjecture: fixing download button
dotLines: fixing controls
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {
|
||||
docReady, getMousePos, pointDistance, roundedRandom
|
||||
docReady, downloadCanvasWithoutButton, getMousePos, pointDistance, roundedRandom
|
||||
} from "canvas-common";
|
||||
|
||||
|
||||
@@ -166,4 +166,11 @@ docReady(function () {
|
||||
});
|
||||
|
||||
|
||||
function downloadCanvasDotlines() {
|
||||
downloadCanvasWithoutButton('dotLines', canvas);
|
||||
}
|
||||
|
||||
|
||||
window.downloadCanvasCommon = downloadCanvasDotlines;
|
||||
window.pause = pause;
|
||||
window.showAll = showAll;
|
||||
|
||||
Reference in New Issue
Block a user