Skip to content

Commit

Permalink
fix(sdk): 标尺引用目录
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Mar 16, 2024
1 parent 1e6c64a commit 5f3ba53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/plugin/DrawLinePlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
* @Author: 秦少卫
* @Date: 2023-06-21 22:09:36
* @LastEditors: 秦少卫
* @LastEditTime: 2023-06-22 16:07:52
* @LastEditTime: 2024-03-16 08:19:12
* @Description: file content
*/

import { v4 as uuid } from 'uuid';
import { fabric } from 'fabric';
import Arrow from '@/core12122/objects/Arrow';
import Arrow from '../objects/Arrow';
import Editor from '../core';
type IEditor = Editor;

Expand Down
4 changes: 2 additions & 2 deletions packages/core/plugin/RulerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: 秦少卫
* @Date: 2023-07-04 23:45:49
* @LastEditors: 秦少卫
* @LastEditTime: 2023-07-05 00:26:39
* @LastEditTime: 2024-03-16 08:19:20
* @Description: 标尺插件
*/

Expand All @@ -11,7 +11,7 @@ import Editor from '../core';
// import { throttle } from 'lodash-es';
type IEditor = Editor;

import initRuler from '@/core12122/ruler';
import initRuler from '../ruler';

class RulerPlugin {
public canvas: fabric.Canvas;
Expand Down

0 comments on commit 5f3ba53

Please sign in to comment.