w-mousekey 1.0.0 → 1.0.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * ck-pic v1.0.0
2
+ * ck-pic v1.0.1
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * compare v1.0.0
2
+ * compare v1.0.1
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * get-settings v1.0.0
2
+ * get-settings v1.0.1
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * mousekey v1.0.0
2
+ * mousekey v1.0.1
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * screen v1.0.0
2
+ * screen v1.0.1
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
package/docs/index.html CHANGED
@@ -71,7 +71,7 @@
71
71
  <br class="clear">
72
72
 
73
73
  <footer>
74
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sat Jul 26 2025 21:50:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.4</a> on Sat Jul 26 2025 21:53:57 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
75
75
  </footer>
76
76
 
77
77
  <script>prettyPrint();</script>
package/g.mjs CHANGED
@@ -1,4 +1,4 @@
1
-
1
+ import getSettings from './getSettings.mjs'
2
2
  import mk from './src/mousekey.mjs'
3
3
  import sc from './src/screen.mjs'
4
4
  import cp from './src/compare.mjs'
@@ -8,6 +8,9 @@ import ckPic from './src/ckPic.mjs'
8
8
  setTimeout(async() => {
9
9
  let r
10
10
 
11
+ // let st = getSettings()
12
+ // console.log('st', st)
13
+
11
14
  // //mouseClick
12
15
  // await mk.mouseClick(215, 905)
13
16
  // await mk.mouseClick(100, 100)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-mousekey",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "main": "dist/w-mousekey.umd.js",
5
5
  "dependencies": {
6
6
  "@u4/opencv4nodejs": "^7.1.2",
package/src/action.mjs CHANGED
@@ -1,6 +1,6 @@
1
- import fs from 'fs'
2
- import _ from 'lodash-es'
3
- import w from 'wsemi'
1
+ // import fs from 'fs'
2
+ // import _ from 'lodash-es'
3
+ // import w from 'wsemi'
4
4
  import mk from './mousekey.mjs'
5
5
  import sc from './screen.mjs'
6
6
  import cp from './compare.mjs'