src/effects/blending/index.js
/**
* A collection of blend functions.
*
* @module postprocessing/blending
*/
export { BlendFunction } from "./BlendFunction.js";
export { BlendMode } from "./BlendMode.js";
/**
* A collection of blend functions.
*
* @module postprocessing/blending
*/
export { BlendFunction } from "./BlendFunction.js";
export { BlendMode } from "./BlendMode.js";