| 11 | } satisfies DitheringEffectOptions |
| 12 | |
| 13 | export class DitheringEffect extends Effect { |
| 14 | constructor(options?: DitheringEffectOptions) { |
| 15 | const { blendFunction } = { |
| 16 | ...ditheringOptionsDefaults, |
nothing calls this directly
no outgoing calls
no test coverage detected