layerpro 1.5.0 → 1.5.1

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 (3) hide show
  1. package/README.md +0 -19
  2. package/index.js +1 -1
  3. package/package.json +5 -2
package/README.md CHANGED
@@ -51,25 +51,6 @@ require("layerpro");
51
51
 
52
52
  ---
53
53
 
54
- > [!IMPORTANT]
55
- > Your project need to have jquery as dependencies
56
- > Use this on core config
57
-
58
- ### **install jquery**
59
-
60
- ```js
61
- npm -D install jquery
62
- ```
63
-
64
- ### **load jquery in your project**
65
-
66
- ```js
67
- import $ from "jquery";
68
- window.$ = window.jQuery = $
69
- ```
70
-
71
- ---
72
-
73
54
  ## How to use it
74
55
 
75
56
  ype layerpro in your console to explore all the available tools you can use globally! You can call these tools from anywhere without needing to import them (just include the import once in your index file).