https://github.com/accforgit/uipx-webpack-plugin
:green_book:UI图片对比插件 - webpack插件版本
https://github.com/accforgit/uipx-webpack-plugin
Last synced: 2 months ago
JSON representation
:green_book:UI图片对比插件 - webpack插件版本
- Host: GitHub
- URL: https://github.com/accforgit/uipx-webpack-plugin
- Owner: accforgit
- License: mit
- Created: 2019-12-02T13:21:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-24T03:20:38.000Z (about 5 years ago)
- Last Synced: 2025-02-28T07:02:55.624Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 78.1 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uipx-webpack-plugin

  
UI图片对比插件,帮助开发者更方便地对比 UI 图与实现效果之间的差异

## Example
[live Demo](https://accforgit.github.io/uipx-webpack-plugin/index.html)
## 安装
### npm
```
npm install uipx-webpack-plugin -D
```### 外链
可以直接通过外链的方式使用:
```htmlUIPX({
diffImg: 'http://example.com/example.png',
opacityColorList: [
[255, 255, 255]
]
});