@firecms/neat 0.7.0 → 0.7.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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Create awesome 3D gradients with this WebGL-based library.
|
|
4
4
|
|
|
5
|
-
> **⚠️ Breaking change (
|
|
5
|
+
> **⚠️ Breaking change (v0.7):** Neat no longer depends on three.js. The rendering engine has been rewritten to use raw WebGL. You can safely `npm uninstall three @types/three`. The mouse interaction properties (`mouseDistortionStrength`, `mouseDistortionRadius`, `mouseDecayRate`, `mouseDarken`) have also been removed. All other config properties remain unchanged.
|
|
6
6
|
|
|
7
7
|
Check the demo and gradients editor to find your perfect config here:
|
|
8
8
|
[https://neat.firecms.co/](https://neat.firecms.co/)
|
package/package.json
CHANGED