Skip to content

Commit

Permalink
new defaults (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jan 4, 2019
1 parent e5d36ca commit 107b4c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
9 changes: 5 additions & 4 deletions dist/image-sequencer.js
Original file line number Diff line number Diff line change
Expand Up @@ -66222,7 +66222,7 @@ module.exports={
"brightness": {
"type": "range",
"desc": "% brightness for the new image",
"default": "100",
"default": "175",
"min": "0",
"max": "200",
"step": "1"
Expand Down Expand Up @@ -67136,12 +67136,12 @@ module.exports={
"w": {
"type": "integer",
"desc": "Width of crop",
"default": "(100%)"
"default": "(50%)"
},
"h": {
"type": "integer",
"desc": "Height of crop",
"default": "(100%)"
"default": "(50%)"
},
"backgroundColor": {
"type": "String",
Expand All @@ -67152,6 +67152,7 @@ module.exports={
},
"docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md"
}

},{}],197:[function(require,module,exports){
/*
* Decodes QR from a given image.
Expand Down Expand Up @@ -68756,7 +68757,7 @@ module.exports={
"saturation": {
"type": "range",
"desc": "saturation for the new image between 0 and 2, 0 being black and white and 2 being highly saturated",
"default": "0",
"default": "0.5",
"min": "0",
"max": "2",
"step": "0.1"
Expand Down
2 changes: 1 addition & 1 deletion dist/image-sequencer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/modules/Brightness/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"brightness": {
"type": "range",
"desc": "% brightness for the new image",
"default": "100",
"default": "175",
"min": "0",
"max": "200",
"step": "1"
Expand Down
6 changes: 3 additions & 3 deletions src/modules/Crop/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"w": {
"type": "integer",
"desc": "Width of crop",
"default": "(100%)"
"default": "(50%)"
},
"h": {
"type": "integer",
"desc": "Height of crop",
"default": "(100%)"
"default": "(50%)"
},
"backgroundColor": {
"type": "String",
Expand All @@ -31,4 +31,4 @@
}
},
"docs-link":"https://github.com/publiclab/image-sequencer/blob/main/docs/MODULES.md"
}
}
2 changes: 1 addition & 1 deletion src/modules/Saturation/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"saturation": {
"type": "range",
"desc": "saturation for the new image between 0 and 2, 0 being black and white and 2 being highly saturated",
"default": "0",
"default": "0.5",
"min": "0",
"max": "2",
"step": "0.1"
Expand Down

0 comments on commit 107b4c2

Please sign in to comment.