[enh] It should be possible to crop and reuse the same snap
This commit is contained in:
parent
7918b88fc3
commit
30e9a5a5cd
15 changed files with 4356 additions and 9 deletions
26
js/cropper/.eslintrc
Normal file
26
js/cropper/.eslintrc
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"extends": "airbnb-base",
|
||||
"env": {
|
||||
"browser": true
|
||||
},
|
||||
"root": true,
|
||||
"rules": {
|
||||
"import/no-extraneous-dependencies": "off"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"files": "test/**/*.js",
|
||||
"env": {
|
||||
"jquery": true,
|
||||
"mocha": true
|
||||
},
|
||||
"globals": {
|
||||
"$": true,
|
||||
"expect": true
|
||||
},
|
||||
"rules": {
|
||||
"no-unused-expressions": "off"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue