Skip to content

Commit 12d75f5

Browse files
authored
Merge pull request #19 from web3dev1337/feature/readme-refresh
fix: default effect Corona instead of Wood
2 parents c722753 + 34530fc commit 12d75f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/defaults.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function getDefaultEffectController() {
2929
cColorBalanceShadowsR: 0, cColorBalanceShadowsG: 0, cColorBalanceShadowsB: 0,
3030
cColorBalanceMidtonesR: 0, cColorBalanceMidtonesG: 0, cColorBalanceMidtonesB: 0,
3131
cColorBalanceHighlightsR: 0, cColorBalanceHighlightsG: 0, cColorBalanceHighlightsB: 0,
32-
type: "Wood"
32+
type: "Corona"
3333
};
3434
}
3535

src/layer-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class LayerManager {
1717
this.activeLayerIndex = 0;
1818
}
1919

20-
addLayer(width, height, effectType = "Wood") {
20+
addLayer(width, height, effectType = "Corona") {
2121
const id = ++layerIdCounter;
2222
const ec = Object.assign(
2323
getDefaultEffectController(),

0 commit comments

Comments
 (0)