Skip to content

Commit c42becf

Browse files
authored
Support for lottie-web rendererSettings (#18)
1 parent f8af160 commit c42becf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class Animation extends PureComponent {
2727
renderer: 'svg',
2828
loop: props.loop || false,
2929
autoplay: props.autoPlay,
30+
rendererSettings: props.rendererSettings || {},
3031
});
3132
};
3233

0 commit comments

Comments
 (0)