Skip to content

Commit 3f39d67

Browse files
authored
Merge pull request #693 from mohammadbaghaei/main
fix build error
2 parents cd5b3e1 + 4dc995e commit 3f39d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ declare module "postprocessing" {
2222
Color,
2323
ColorSpace,
2424
Data3DTexture,
25-
BaseEvent
25+
BaseEvent,
26+
CanvasTexture
2627
} from "three";
2728

2829
/**

0 commit comments

Comments
 (0)