@tresjs/post-processing
v3.7.1
Published
Post-processing library for TresJS
Readme

Post-Processing
Collection of useful helpers and fully functional, ready-made post-processing effects for Tres
- 💡 Build your effects with Vue components only.
- ⚡️ Powered by Vite
- 🦾 Fully Typed
Installation
pnpm i @tresjs/post-processingDocs
Checkout the docs
Build
To build the package run:
pnpm run buildPlayground
Running the playground is a great way to test the components and helpers locally:
First install the dependencies
pnpm iAnd then run the development server on http://localhost:5173
pnpm run playgroundDocs
To run the docs in dev mode
pnpm run docs:devTo build them
pnpm run docs:build