Skip to content

Commit 08d78b5

Browse files
committed
init image occlusion
1 parent b5cca03 commit 08d78b5

File tree

3 files changed

+291
-6
lines changed

3 files changed

+291
-6
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"codemirror": "^5.63.1",
7676
"css-browser-selector": "^0.6.5",
7777
"d3": "^7.0.0",
78+
"fabric": "^5.3.0",
7879
"fuse.js": "^6.6.2",
7980
"gemoji": "^7.1.0",
8081
"intl-pluralrules": "^1.2.2",
@@ -83,6 +84,7 @@
8384
"lodash-es": "^4.17.21",
8485
"marked": "^4.0.0",
8586
"mathjax": "^3.1.2",
87+
"panzoom": "^9.4.3",
8688
"protobufjs": "^7"
8789
},
8890
"resolutions": {

ts/image-occlusion/tsconfig.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": "../tsconfig.json",
3+
"include": ["*"],
4+
"references": [
5+
{ "path": "../lib" },
6+
{ "path": "../sveltelib" },
7+
{ "path": "../components" }
8+
],
9+
"compilerOptions": {
10+
"types": ["jest"]
11+
}
12+
}

0 commit comments

Comments
 (0)