Skip to content

Commit 240087a

Browse files
committed
Use default filter by default
1 parent eb00a95 commit 240087a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vibrant.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Vibrant {
3232
generator: Generator.Default,
3333
ImageClass: null,
3434
quantizer: Quantizer.MMCQ,
35-
filters: []
35+
filters: [Filter.Default]
3636
}
3737

3838
static from(src: ImageSource): Builder {

0 commit comments

Comments
 (0)