@hardanonymous/marquee-selector 0.0.2 → 0.0.4

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 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,7 +3,9 @@
3
3
  [![npm version](https://img.shields.io/npm/v/@hardanonymous/marquee-selector.svg)](https://www.npmjs.com/package/@hardanonymous/marquee-selector)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- 一個框架無關的 JavaScript/TypeScript 框選工具,允許使用者通過滑鼠拖曳選取頁面上的元素。
6
+ ## 🎮 Demo
7
+
8
+ 體驗線上 Demo:[Marquee Selector Demo](https://hard25670559.github.io/MarqueeSelectorVanillaJSExample/)
7
9
 
8
10
  ## ✨ 特性
9
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hardanonymous/marquee-selector",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "A framework-agnostic marquee selection library with drag & text selection protection",
5
5
  "author": "hardanonymous <hard25670559@gmail.com>",
6
6
  "publishConfig": {
@@ -45,12 +45,12 @@
45
45
  "license": "MIT",
46
46
  "repository": {
47
47
  "type": "git",
48
- "url": "https://github.com/hardanonymous/marquee-selector.git"
48
+ "url": "https://github.com/hard25670559/marquee-selection.git"
49
49
  },
50
50
  "bugs": {
51
- "url": "https://github.com/hardanonymous/marquee-selector/issues"
51
+ "url": "https://github.com/hard25670559/marquee-selection/issues"
52
52
  },
53
- "homepage": "https://github.com/hardanonymous/marquee-selector#readme",
53
+ "homepage": "https://hard25670559.github.io/MarqueeSelectorVanillaJSExample",
54
54
  "devDependencies": {
55
55
  "@rollup/plugin-terser": "^0.4.4",
56
56
  "@rollup/plugin-typescript": "^11.1.5",