https://github.com/hungtcs/tcs-rubberband
js 实现框选效果
https://github.com/hungtcs/tcs-rubberband
javascript rubberband
Last synced: 6 months ago
JSON representation
js 实现框选效果
- Host: GitHub
- URL: https://github.com/hungtcs/tcs-rubberband
- Owner: hungtcs
- License: mit
- Created: 2020-02-23T08:58:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:04:24.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T10:51:16.674Z (7 months ago)
- Topics: javascript, rubberband
- Language: TypeScript
- Homepage: https://hungtcs.github.io/tcs-rubberband/
- Size: 1.89 MB
- Stars: 27
- Watchers: 1
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TCS Rubberban
====JS的实现框选效果,**这不是一个library,这只是一个实现demo**

### 使用方式
1. 克隆项目到本地
```shell
git clone https://github.com/hungtcs-lab/tcs-rubberband.git
```
2. 切换到项目目录
```shell
cd tcs-rubberband
```
3. 安装npm依赖,接着启动项目
```shell
npm install
npm start
```
4. 使用浏览器访问,默认端口为`3100`