@react-three/postprocessing 2.5.0 → 2.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Downloads](https://img.shields.io/npm/dt/@react-three/postprocessing.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/@react-three/postprocessing)
5
5
  [![Discord Shield](https://img.shields.io/discord/740090768164651008?style=flat&colorA=000000&colorB=000000&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/ZZjjNvJ)
6
6
 
7
- `react-postprocessing` is a [postprocessing](https://github.com/vanruesc/postprocessing) wrapper for [@react-three/fiber](https://github.com/pmndrs/@react-three/fiber). This is not (yet) meant for complex orchestration of effects, but can save you [hundreds of LOC](https://twitter.com/0xca0a/status/1289501594698960897) for a straight forward effects-chain.
7
+ `react-postprocessing` is a [postprocessing](https://github.com/pmndrs/postprocessing) wrapper for [@react-three/fiber](https://github.com/pmndrs/@react-three/fiber). This is not (yet) meant for complex orchestration of effects, but can save you [hundreds of LOC](https://twitter.com/0xca0a/status/1289501594698960897) for a straight forward effects-chain.
8
8
 
9
9
  ```bash
10
10
  npm install @react-three/postprocessing
@@ -20,7 +20,7 @@ npm install @react-three/postprocessing
20
20
 
21
21
  #### Why postprocessing and not three/examples/jsm/postprocessing?
22
22
 
23
- From [https://github.com/vanruesc/postprocessing](https://github.com/vanruesc/postprocessing#performance)
23
+ From [https://github.com/pmndrs/postprocessing](https://github.com/pmndrs/postprocessing#performance)
24
24
 
25
25
  > This library provides an EffectPass which automatically organizes and merges any given combination of effects. This minimizes the amount of render operations and makes it possible to combine many effects without the performance penalties of traditional pass chaining. Additionally, every effect can choose its own blend function.
26
26
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-three/postprocessing",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "postprocessing wrapper for React and @react-three/fiber",
5
5
  "keywords": [
6
6
  "postprocessing",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "postprocessing": "^6.28.4",
43
43
  "react-merge-refs": "^1.1.0",
44
- "screen-space-reflections": "^2.0.4",
44
+ "screen-space-reflections": "^2.0.6",
45
45
  "three-stdlib": "^2.8.11"
46
46
  },
47
47
  "devDependencies": {