liquid-gl 1.0.2 → 1.0.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # liquidGL – Ultra-light glassmorphism for the web
2
2
 
3
- <a href="https://liquidgl.naughtyduk.com"><img src="https://raw.githubusercontent.com/naughtyduk/liquidGL/main/assets/liquidGlass-promo.gif" alt="liquidGL" style="width: 100%"/></a>
3
+ <a href="https://liquidgl.naughtyduk.com"><img src="./assets/liquidGL-npm-preview.gif?raw=true" alt="liquidGL" style="width: 100%"/></a>
4
4
 
5
5
  **Prodution Release** - `now with real-time support`\*
6
6
 
@@ -9,7 +9,7 @@
9
9
 
10
10
  `liquidGL` turns any fixed-position element into a perfectly refracted, glossy "glass pane" rendered in WebGL.
11
11
 
12
- <a href="https://liquidgl.naughtyduk.com" target="_blank" rel="noopener noreferrer"><strong>TRY IT OUT</strong></a>
12
+ <a href="https://liquidgl.naughtyduk.com" target="_blank" rel="noopener noreferrer"><img src="./assets/try-it-out-npm.png?raw=true" alt="Try It Out" width="203"></a>
13
13
 
14
14
  <a href="https://liquidgl.naughtyduk.com/demos/demo-1.html" target="_blank" rel="noopener noreferrer"><strong>DEMO 1</strong></a> | <a href="https://liquidgl.naughtyduk.com/demos/demo-2.html" target="_blank" rel="noopener noreferrer"><strong>DEMO 2</strong></a> | <a href="https://liquidgl.naughtyduk.com/demos/demo-3.html" target="_blank" rel="noopener noreferrer"><strong>DEMO 3</strong></a> | <a href="https://liquidgl.naughtyduk.com/demos/demo-4.html" target="_blank" rel="noopener noreferrer"><strong>DEMO 4</strong></a> | <a href="https://liquidgl.naughtyduk.com/demos/demo-5.html" target="_blank" rel="noopener noreferrer"><strong>DEMO 5</strong></a>
15
15
 
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "liquid-gl",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Ultra-light glassmorphism for the web.",
5
5
  "type": "module",
6
6
  "main": "./liquidGL.js",
@@ -14,7 +14,9 @@
14
14
  "files": [
15
15
  "liquidGL.js",
16
16
  "README.md",
17
- "LICENSE"
17
+ "LICENSE",
18
+ "assets/liquidGL-npm-preview.gif",
19
+ "assets/try-it-out-npm.png"
18
20
  ],
19
21
  "dependencies": {
20
22
  "html2canvas": "^1.4.1"