UNPKG
vuejs-avatar-crop
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.8
Support cutting of avatars of PC and mobile phones.
github.com/varjay/avatar-crop
varjay/avatar-crop
vuejs-avatar-crop
/
prettier.config.js
8 lines
(7 loc)
•
125 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module.exports
=
{
semi:
false
,
singleQuote:
true
,
trailingComma:
'all'
,
bracketSpacing:
false
,
printWidth:
140
, }