Skip to content

Commit d0aeece

Browse files
committed
feat: add joint section by pix spec in toPix()
1 parent 11bf7cd commit d0aeece

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

imgkit/core/pix.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ class Pix {
6161
compression: {
6262
method: "none",
6363
},
64-
label: {},
6564
hex_data: data.toString("hex"),
65+
label: {},
66+
joint: {},
6667
};
6768
}
6869
}

0 commit comments

Comments
 (0)