From 58d6dae84a79c3e121872662e3f96df92a83c2ee Mon Sep 17 00:00:00 2001 From: ysCha Date: Fri, 17 Oct 2025 18:26:17 +0900 Subject: [PATCH] skeleton --- src/common/common.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/common.js b/src/common/common.js index 757dc0e8..4220e5f5 100644 --- a/src/common/common.js +++ b/src/common/common.js @@ -218,6 +218,8 @@ export const SAVE_KEY = [ 'originColor', 'originWidth', 'originHeight', + 'skeletonLines', + 'skeleton' ] export const OBJECT_PROTOTYPE = [fabric.Line.prototype, fabric.Polygon.prototype, fabric.Triangle.prototype, fabric.Group.prototype]