cheryglsljs 1.0.1 → 1.0.2

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.
@@ -1,12 +1,3 @@
1
- /*!
2
- * GSAP 3.13.0
3
- * https://gsap.com
4
- *
5
- * @license Copyright 2008-2025, GreenSock. All rights reserved.
6
- * Subject to the terms at https://gsap.com/standard-license
7
- * @author: Jack Doyle, jack@greensock.com
8
- */
9
-
10
1
  /**
11
2
  * @license
12
3
  * Copyright 2010-2025 Three.js Authors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cheryglsljs",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "\"It is threejs,glsl and gsap based js library\"",
5
5
  "main": "src/cherry.js",
6
6
  "scripts": {
package/src/utils/init.js CHANGED
@@ -1,4 +1,5 @@
1
- // src/utils/init.js
1
+ import *as THREE from 'three';
2
+ import gsap from 'gsap';
2
3
  const Scene = () => new THREE.Scene();
3
4
  const camera = () => new THREE.PerspectiveCamera(
4
5
  75,