layerpro 1.2.3 → 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 +2 -0
  2. package/index.js +1 -1
  3. package/package.json +83 -163
package/README.md CHANGED
@@ -49,6 +49,8 @@ require("layerpro");
49
49
  <script src="https://cdn.jsdelivr.net/npm/layerpro"></script>
50
50
  ```
51
51
 
52
+ ---
53
+
52
54
  ## How to use it
53
55
 
54
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).