Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
psd-parse-web
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-web
Commits
d15f8b34
Commit
d15f8b34
authored
Dec 23, 2020
by
张九刚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改解析格式
parent
7cd69d39
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
312 additions
and
3 deletions
+312
-3
.gitignore
.gitignore
+1
-0
package-lock.json
package-lock.json
+1
-1
package.json
package.json
+1
-1
compilelocal.js
src/compilelocal.js
+306
-0
index.js
src/index.js
+3
-1
No files found.
.gitignore
View file @
d15f8b34
...
@@ -89,3 +89,4 @@ typings/
...
@@ -89,3 +89,4 @@ typings/
# DynamoDB Local files
# DynamoDB Local files
.dynamodb/
.dynamodb/
.history
package-lock.json
View file @
d15f8b34
{
{
"name"
:
"psd-parse-web"
,
"name"
:
"psd-parse-web"
,
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
3
"
,
"lockfileVersion"
:
1
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"requires"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
...
...
package.json
View file @
d15f8b34
{
{
"name"
:
"psd-parse-web"
,
"name"
:
"psd-parse-web"
,
"version"
:
"1.0.
3
"
,
"version"
:
"1.0.
4
"
,
"main"
:
"src/index.js"
,
"main"
:
"src/index.js"
,
"module"
:
"dist/index.es.js"
,
"module"
:
"dist/index.es.js"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/compilelocal.js
0 → 100644
View file @
d15f8b34
This diff is collapsed.
Click to expand it.
src/index.js
View file @
d15f8b34
...
@@ -4,9 +4,11 @@
...
@@ -4,9 +4,11 @@
const
{
getTree
}
=
require
(
'./psd-tree'
);
const
{
getTree
}
=
require
(
'./psd-tree'
);
const
{
execute
}
=
require
(
"./zeroing"
);
const
{
execute
}
=
require
(
"./zeroing"
);
const
{
compilePsdToJson
}
=
require
(
'./compilelocal'
);
module
.
exports
=
{
module
.
exports
=
{
getTree
,
getTree
,
execute
execute
,
compilePsdToJson
}
}
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