tm-extractor 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1147,8 +1147,8 @@ class ScmExtractor {
|
|
|
1147
1147
|
else {
|
|
1148
1148
|
const nameWidth = regionWidth * 0.7;
|
|
1149
1149
|
return {
|
|
1150
|
-
|
|
1151
|
-
|
|
1150
|
+
psp: { x: regionX + regionWidth * 0.09, y: centerY },
|
|
1151
|
+
pss: { x: regionX + regionWidth * 0.22, y: centerY },
|
|
1152
1152
|
name: {
|
|
1153
1153
|
x: regionX + regionWidth * 0.28,
|
|
1154
1154
|
y: rowY + itemHeight * 0.28,
|
package/dist/index.js
CHANGED
|
@@ -1123,8 +1123,8 @@ class ScmExtractor {
|
|
|
1123
1123
|
else {
|
|
1124
1124
|
const nameWidth = regionWidth * 0.7;
|
|
1125
1125
|
return {
|
|
1126
|
-
|
|
1127
|
-
|
|
1126
|
+
psp: { x: regionX + regionWidth * 0.09, y: centerY },
|
|
1127
|
+
pss: { x: regionX + regionWidth * 0.22, y: centerY },
|
|
1128
1128
|
name: {
|
|
1129
1129
|
x: regionX + regionWidth * 0.28,
|
|
1130
1130
|
y: rowY + itemHeight * 0.28,
|