/** * Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ /* eslint-disable */ import React from 'react'; import Head from '@docusaurus/Head'; import YouTube from 'react-youtube'; export default class Player extends React.Component { render() { const opts = { height: '390', width: '640', playerVars: { autoplay: 1, }, }; return (