enable recording

This commit is contained in:
themancalledjakob 2024-02-29 16:34:05 +01:00
parent 63ddc4b317
commit d95ec3d965

View file

@ -115,7 +115,7 @@ const config = {
rolloverResetLoop: true, rolloverResetLoop: true,
}, },
record: { record: {
active: false, active: true,
ignoreProps: { ignoreProps: {
artboard: ['x', 'y', 'zoom', 'pixelDensity', 'width', 'height'], artboard: ['x', 'y', 'zoom', 'pixelDensity', 'width', 'height'],
layer: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy'], layer: ['transformOrigin', 'fontFamily', 'text', 'mirror_x', 'mirror_y', 'mirror_xy'],