cheryglsljs 1.1.19 → 1.1.20

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,7 +44,7 @@ A lightweight JavaScript library for beautiful, interactive image effects using
44
44
 
45
45
  2. Import in your JavaScript:
46
46
  ```js
47
- import Cherryglsl from 'cheryglsljs';
47
+ import * as Cherryglsl from 'cheryglsljs';
48
48
  // or import { CherryWave, ImageTransition1, ImageTransition2 } from 'cheryglsljs';
49
49
  ```
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cheryglsljs",
3
- "version": "1.1.19",
3
+ "version": "1.1.20",
4
4
  "description": "A Three.js + GLSL-based wave effect library.",
5
5
  "main": "dist/cherry.js",
6
6
  "module": "dist/cherry.js",