MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator /

Class

packages/effects/src/DitheringEffect.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11} satisfies DitheringEffectOptions
12
13export class DitheringEffect extends Effect {
14 constructor(options?: DitheringEffectOptions) {
15 const { blendFunction } = {
16 ...ditheringOptionsDefaults,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected