@gorpacrate/core-graphics
Version:
A core library for creating shape-based graphic editors
12 lines • 427 B
JavaScript
;
exports.__esModule = true;
var history_reducer_1 = require("../history/history-reducer");
function reducePersistedHistory(history) {
return history_reducer_1["default"](history);
}
exports["default"] = reducePersistedHistory;
function reduceHistory(history) {
return history_reducer_1.reduceHistoryEventsToScene(history);
}
exports.reduceHistory = reduceHistory;
//# sourceMappingURL=reduce-history.js.map