Skip to content

Installation

Terminal window
npm i @social-embed/lib

For environments that support ES modules from remote sources (e.g., online sandbox environments), you can import the library directly:

import { getYouTubeIdFromUrl } from "https://www.unpkg.com/@social-embed/lib?module";
  • Head over to the Playground section to explore demos and examples.