commit 066ca2b66919d0d72ae3bb692aaddfe4cb09a72e
parent 627b3aeb050604206c41cc26cf8e6a2b6235a5b1
Author: Hunter
Date:   Thu, 30 Jul 2026 11:57:35 -0400

let onionskin = true

Diffstat:
Mresources/canvas.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/canvas.js b/resources/canvas.js @@ -14,7 +14,7 @@ let frames = [newFrameMap()]; let frameIdx = 0; let chunks = frames[0]; let dir = 1; // playback direction: 1 forward, -1 reverse -let onionskin = false; +let onionskin = true; // how anything belonging to another frame reads: onionskinned content and // the brushes of painters standing on it const GHOST_ALPHA = 0.35;