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

修改解析格式

parent 7cd69d39
......@@ -89,3 +89,4 @@ typings/
# DynamoDB Local files
.dynamodb/
.history
{
"name": "psd-parse-web",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "psd-parse-web",
"version": "1.0.3",
"version": "1.0.4",
"main": "src/index.js",
"module": "dist/index.es.js",
"license": "MIT",
......
This diff is collapsed.
......@@ -4,9 +4,11 @@
const { getTree } = require('./psd-tree');
const { execute } = require("./zeroing");
const { compilePsdToJson } = require('./compilelocal');
module.exports = {
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