重叠

描述性

添加视频、文本或图像层为基层叠加

实例
导入++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++snockInstance=新云式({cloud:{cloudName:'demo'康斯特 myVideo = yourCldInstance.Viewiimport {source} from "@cloudinary/url-gen/actions/overlay"    import {image, video, text} from "@cloudinary/url-gen/qualifiers/source"    import {TextStyle} from '@cloudinary/url-gen/qualifiers/textStyle        myVideo.overlay(          source(image('myImage'))        )        myVideo.overlay(          source(video('myVideo'))        )        myVideo.overlay(          source(text('My text'), 'arial_15')        )        // Or a text with more complex options    myVideo.overlay(          source(text('My text'), new TextStyle('arial', 50))        )
细节