Skip to content

使用 <iframe> 嵌入 YouTube

ts
const node = {
    id: 'embed-1',
    type: 'embed',
    url: 'https://www.youtube.com/watch?v=37fvFffAmf8',
    x: 100,
    y: 100,
    width: 800,
    height: 450,
    lockAspectRatio: true,
};

Released under the MIT License.