(function () { 'use strict'; const root = window.PixelIslandModules ||= {}; root.EditorActions = { apply(snapshot, pushHistory, mutate) { pushHistory(snapshot()); mutate(); } }; })();