engram-popup 0.1.7 → 0.1.9

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 +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -23,6 +23,9 @@ import 'engram-popup/dist/index.css';
23
23
  // Import JavaScript functionality
24
24
  import { popup } from 'engram-popup';
25
25
 
26
+ //call popup function
27
+ popup();
28
+
26
29
  ```
27
30
 
28
31
  2. Create a popup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engram-popup",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "A lightweight and dependency-free JavaScript library for creating popups and modals. Works via npm and CDN, and fits projects of any size — from simple landing pages to complex SPA applications.",
@@ -33,9 +33,9 @@
33
33
  "devDependencies": {
34
34
  "vite": "^7.2.4"
35
35
  },
36
- "homepage": "",
36
+ "homepage": "https://github.com/psih2131/Engram-Popup-Library.git",
37
37
  "repository": {
38
38
  "type": "git",
39
- "url": "https://github.com/psih2131/engram-popup.git"
39
+ "url": "https://github.com/psih2131/Engram-Popup-Library.git"
40
40
  }
41
41
  }