Skip to content

Commit 91c0931

Browse files
committed
Moved images submodule up.
1 parent 7be534c commit 91c0931

File tree

11 files changed

+4
-4
lines changed

11 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* A collection of shader-specific data images and related utilities.
33
*
4-
* @module postprocessing/materials/images
4+
* @module postprocessing/images
55
*/
66

77
export { SMAAAreaImageData } from "./smaa/utils/SMAAAreaImageData.js";
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ export {
6363
RawImageData,
6464
SMAAAreaImageData,
6565
SMAASearchImageData
66-
} from "./materials/images";
66+
} from "./images";

0 commit comments

Comments
 (0)