ripppl 0.1.0 → 0.1.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ripppl",
3
- "version": "0.1.0",
4
- "description": "Ripple displacement effect over the real DOM (WebGL + screen capture)",
3
+ "version": "0.1.2",
4
+ "description": "Ripple displacement using WebGL over the DOM",
5
5
  "keywords": [
6
6
  "ripple",
7
7
  "webgl",
@@ -14,21 +14,21 @@
14
14
  "author": "Arman Luthra",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/Arman-Luthra/ripyl.git"
17
+ "url": "git+https://github.com/Arman-Luthra/ripppl.git"
18
18
  },
19
19
  "bugs": {
20
- "url": "https://github.com/Arman-Luthra/ripyl/issues"
20
+ "url": "https://github.com/Arman-Luthra/ripppl/issues"
21
21
  },
22
- "homepage": "https://github.com/Arman-Luthra/ripyl#readme",
22
+ "homepage": "https://github.com/Arman-Luthra/ripppl#readme",
23
23
  "type": "module",
24
- "main": "./dist/ripyl.js",
25
- "module": "./dist/ripyl.js",
26
- "types": "./dist/ripyl.d.ts",
24
+ "main": "./dist/ripppl.js",
25
+ "module": "./dist/ripppl.js",
26
+ "types": "./dist/ripppl.d.ts",
27
27
  "exports": {
28
28
  ".": {
29
- "types": "./dist/ripyl.d.ts",
30
- "import": "./dist/ripyl.js",
31
- "default": "./dist/ripyl.js"
29
+ "types": "./dist/ripppl.d.ts",
30
+ "import": "./dist/ripppl.js",
31
+ "default": "./dist/ripppl.js"
32
32
  }
33
33
  },
34
34
  "files": [
@@ -49,6 +49,7 @@
49
49
  "vite": "^6.0.3"
50
50
  },
51
51
  "dependencies": {
52
- "dom-to-image-more": "^3.7.2"
52
+ "dom-to-image-more": "^3.7.2",
53
+ "html2canvas": "^1.4.1"
53
54
  }
54
55
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"ripyl.d.ts","sourceRoot":"","sources":["../src/ripyl.ts"],"names":[],"mappings":"AAwFA,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG;IACzC,KAAK,CAAC,EAAE,MAAM,GAAG,WAAW,CAAC;CAC9B,CAAC;AAgBF,MAAM,MAAM,YAAY,GAAG;IACzB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,MAAM,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,IAAI,CAAC;IAC9C,OAAO,EAAE,CAAC,IAAI,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACtD,CAAC;AAEF,KAAK,YAAY,GACb,MAAM,GACN,WAAW,GACX,UAAU,CAAC,WAAW,CAAC,GACvB,WAAW,EAAE,CAAC;AA0JlB,wBAAgB,YAAY,CAC1B,OAAO,EAAE,YAAY,EACrB,OAAO,GAAE,aAAkB,GAC1B,YAAY,CAuWd"}