Gathering detailed insights and metrics for avatar-cropper
Gathering detailed insights and metrics for avatar-cropper
Gathering detailed insights and metrics for avatar-cropper
Gathering detailed insights and metrics for avatar-cropper
vue-avatar-cropper
A simple and elegant component to crop and upload avatars
react-avatar-image-cropper
This is a light library without any dependencies for cropping image for avatar
vue-image-crop-upload
a vue plgin for image upload and crop(vue图片剪裁上传插件)
react-avatar-cropper
An avatar cropper meant to be a complete solution to avatar cropping.
npm install avatar-cropper
Typescript
Module System
Node Version
NPM Version
Vue (84.1%)
JavaScript (13.97%)
HTML (1.93%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
18 Commits
1 Forks
1 Watchers
2 Branches
1 Contributors
Updated on May 17, 2019
Latest Version
1.0.8
Package Id
avatar-cropper@1.0.8
Unpacked Size
1.95 MB
Size
1.26 MB
File Count
50
NPM Version
6.9.0
Node Version
11.10.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
使用Vue实现的头像裁剪工具插件
web、移动端适配
ok事件返回选择的头像数据(dataurl)
ok event returns selected avatar's data(dataurl)
1# install this plugin 2npm i avatar-cropper --save
1// main.js 2import avatarCropper from 'avatar-cropper' 3Vue.use(avatarCropper) 4 5// xxx.vue 6<div id="app"> 7 <button @click="show = true">更换头像</button> 8 <avatar-cropper v-model="show" @ok="data = $event"></avatar-cropper> 9 <img :src="data" style="display: block"> 10</div>
1// 修改webpack 2// dev 使用 3entry: './src/main.js', 4// build 使用 5entry: './src/plugin/index.js',
1# install dependencies 2npm install 3 4# serve with hot reload at localhost:8080 5npm run dev 6 7# build for production with minification 8npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
109 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More