Skip to content

Commit dc67c06

Browse files
authored
enable overlay and underlay for snippets (#522)
1 parent 5f78e21 commit dc67c06

File tree

3 files changed

+3999
-6149
lines changed

3 files changed

+3999
-6149
lines changed

.code-generation/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ module.exports = {
5757
close: '',
5858
},
5959
media: {
60-
open: "new MediaTransformation()",
60+
open: "new Transformation()",
6161
close: '',
6262
}
6363
},
64-
unsupportedTxParams: ['fl_waveform', 'fl_animated', 'e_tint', 'u_', 'e_theme', 'l_fetch', 'l_text', 'u_text', 'af_'],
65-
unsupportedSyntaxList: ['.stroke(', '.textFit(', 'Animated.edit', '.RoundCorners(', 'getVideoFrame', 'Source.image', '.transcode(']
64+
unsupportedTxParams: ['fl_waveform', 'fl_animated', 'e_tint', 'e_theme', 'af_'],
65+
unsupportedSyntaxList: ['.stroke(', '.textFit(', 'Animated.edit', '.RoundCorners(', 'getVideoFrame', '.transcode(']
6666
},
6767
"overwrites": {
6868
qualifiers: {

0 commit comments

Comments
 (0)