Skip to content

Commit

Permalink
Fix screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 7, 2024
1 parent c92302c commit 7ac82a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/crt/CRTFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface CRTFilterOptions

/**
* The CRTFilter applies a CRT effect to an object.<br>
* ![original](../screenshots/original.png)![filter](../screenshots/crt.gif)
* ![original](../screenshots/original.png)![filter](../screenshots/crt.png)
*
* @class
* @extends Filter
Expand Down
3 changes: 2 additions & 1 deletion src/shockwave/ShockwaveFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ export interface ShockwaveFilterOptions
}

/**
* A Noise effect filter.
* Create a visual wrinkle effect by like a pond or blast wave.<br />
* ![original](../screenshots/original.png)![filter](../screenshots/shockwave.gif)
*
* {@link https://github.com/evanw/glfx.js/blob/master/src/filters/adjust/noise.js original filter}
* @author Vico @vicocotea
Expand Down

0 comments on commit 7ac82a1

Please sign in to comment.