Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psd-parse
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
psd-parse
Commits
48355e69
Commit
48355e69
authored
Nov 14, 2019
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x,y转left,top
parent
62395235
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
11 deletions
+11
-11
index.es.js
dist/index.es.js
+2
-2
index.es.js.map
dist/index.es.js.map
+1
-1
index.js
dist/index.js
+2
-2
index.js.map
dist/index.js.map
+1
-1
index.umd.js
dist/index.umd.js
+2
-2
index.umd.js.map
dist/index.umd.js.map
+1
-1
zeroing.js
src/zeroing.js
+2
-2
No files found.
dist/index.es.js
View file @
48355e69
...
...
@@ -245,10 +245,10 @@ async function execute$1(psdFile, options) {
uuid
:
generateUUID
(),
};
if
(
x
!==
0
)
{
properties
.
x
=
x
;
properties
.
left
=
x
;
}
if
(
y
!==
0
)
{
properties
.
y
=
y
;
properties
.
top
=
y
;
}
if
(
typeTool
)
{
...
...
dist/index.es.js.map
View file @
48355e69
This diff is collapsed.
Click to expand it.
dist/index.js
View file @
48355e69
...
...
@@ -251,10 +251,10 @@ async function execute$1(psdFile, options) {
uuid
:
generateUUID
(),
};
if
(
x
!==
0
)
{
properties
.
x
=
x
;
properties
.
left
=
x
;
}
if
(
y
!==
0
)
{
properties
.
y
=
y
;
properties
.
top
=
y
;
}
if
(
typeTool
)
{
...
...
dist/index.js.map
View file @
48355e69
This diff is collapsed.
Click to expand it.
dist/index.umd.js
View file @
48355e69
...
...
@@ -251,10 +251,10 @@
uuid
:
generateUUID
(),
};
if
(
x
!==
0
)
{
properties
.
x
=
x
;
properties
.
left
=
x
;
}
if
(
y
!==
0
)
{
properties
.
y
=
y
;
properties
.
top
=
y
;
}
if
(
typeTool
)
{
...
...
dist/index.umd.js.map
View file @
48355e69
This diff is collapsed.
Click to expand it.
src/zeroing.js
View file @
48355e69
...
...
@@ -38,10 +38,10 @@ export async function execute(psdFile, options) {
uuid
:
generateUUID
(),
};
if
(
x
!==
0
)
{
properties
.
x
=
x
;
properties
.
left
=
x
;
}
if
(
y
!==
0
)
{
properties
.
y
=
y
;
properties
.
top
=
y
;
}
if
(
typeTool
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment