Skip to content

Commit

Permalink
fix: add displacement filter
Browse files Browse the repository at this point in the history
  • Loading branch information
thejustinwalsh committed Aug 16, 2024
1 parent d470738 commit 6a5d701
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/typedefs/ConstructorOverrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import {
type BitmapText,
type BlurFilter,
type BlurFilterOptions,
type DisplacementFilter,
type DisplacementFilterOptions,
type HTMLText,
type HTMLTextOptions,
type Mesh,
Expand All @@ -22,6 +24,7 @@ import {
export type ConstructorOverrides =
| [typeof BitmapText, TextOptions]
| [typeof BlurFilter, BlurFilterOptions]
| [typeof DisplacementFilter, DisplacementFilterOptions]
| [typeof HTMLText, HTMLTextOptions]
| [typeof Mesh, MeshOptions]
| [typeof MeshGeometry, MeshGeometryOptions]
Expand Down

0 comments on commit 6a5d701

Please sign in to comment.