Commit d15f8b34 authored by 张九刚's avatar 张九刚

修改解析格式

parent 7cd69d39
...@@ -89,3 +89,4 @@ typings/ ...@@ -89,3 +89,4 @@ typings/
# DynamoDB Local files # DynamoDB Local files
.dynamodb/ .dynamodb/
.history
{ {
"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": {
......
{ {
"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",
......
This diff is collapsed.
...@@ -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
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment