We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc25b52 commit 235868cCopy full SHA for 235868c
src/parser/canvas.ts
@@ -1,4 +1,4 @@
1
-import { Bitmap } from 'html2sketch';
+import { Bitmap } from '../model';
2
import { isCanvasNode } from '../utils/nodeType';
3
4
/**
src/parser/pseudoShape.ts
-import { Rectangle, Frame } from 'html2sketch/model';
+import { Rectangle, Frame } from '../model';
import { parseToShape } from './shape';
import { isVisibleShape } from '../utils/visibility';
0 commit comments