Commit edb5a4b8 authored by 任建锋's avatar 任建锋

--

parent e1de4f5d
......@@ -80,6 +80,8 @@ const relativePosPrefixMap = {
bp: {field: 'bottom', },
};
const offsetAll = 176;
async function execute(psdFile, options) {
const tree = await getTree(psdFile);
const {mode = 'none', singleView = true} = options;
......
This diff is collapsed.
......@@ -86,6 +86,8 @@ const relativePosPrefixMap = {
bp: {field: 'bottom', },
};
const offsetAll = 176;
async function execute(psdFile, options) {
const tree = await getTree(psdFile);
const {mode = 'none', singleView = true} = options;
......
This diff is collapsed.
......@@ -86,6 +86,8 @@
bp: {field: 'bottom', },
};
const offsetAll = 176;
async function execute(psdFile, options) {
const tree = await getTree(psdFile);
const {mode = 'none', singleView = true} = options;
......
This diff is collapsed.
......@@ -27,6 +27,8 @@ const relativePosPrefixMap = {
bp: {field: 'bottom', },
};
const offsetAll = 176;
export async function execute(psdFile, options) {
const tree = await getTree(psdFile);
const {mode = 'none', singleView = true} = options;
......
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