/** * Stable public entry point for the Core TSL Effects product block. * @module three-blocks/core-tsl-effects */ export { filmHD } from './TSL/FilmHDNode.js'; export type { FilmHDOptions } from './TSL/FilmHDNode.js'; export { kuwahara } from './TSL/KuwaharaNode.js'; export type { KuwaharaOptions } from './TSL/KuwaharaNode.js'; export { fresnel } from './TSL/FresnelNode.js'; export { parallaxOcclusion } from './TSL/ParallaxOcclusionNode.js'; export { biplanarTexture } from './TSL/biplanarTexture.js';