Skip to content

Commit

Permalink
Chore: Cleanup attribution links
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Mar 7, 2024
1 parent e7c10ae commit 044ea0f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/dot/DotFilter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ import { vertex, wgslVertex } from '../defaults';
import fragment from './dot.frag';
import source from './dot.wgsl';

// @author Mat Groves http://matgroves.com/ @Doormat23
// original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/fun/dotscreen.js

/**
* This WebGPU filter has been ported from the WebGL renderer that was originally created by Mat Groves (@GoodBoyDigital)
* Original filter: https://github.com/evanw/glfx.js/blob/master/src/filters/fun/dotscreen.js
*/

/** Options for the DotFilter constructor. */
export interface DotFilterOptions
{
Expand All @@ -35,6 +27,8 @@ export interface DotFilterOptions
* This filter applies a dotscreen effect making display objects appear to be made out of
* black and white halftone dots like an old printer.<br>
* ![original](../screenshots/original.png)![filter](../screenshots/dot.png)
*

Check warning on line 30 in src/dot/DotFilter.ts

View workflow job for this annotation

GitHub Actions / Build

Trailing spaces not allowed
* {@link https://github.com/evanw/glfx.js/blob/master/src/filters/fun/dotscreen.js Original filter}
*
* @class
* @extends Filter
Expand Down

0 comments on commit 044ea0f

Please sign in to comment.