@visual-framework/vf-video

vf-video component

Usage no npm install needed!

<script type="module">
  import visualFrameworkVfVideo from 'https://cdn.skypack.dev/@visual-framework/vf-video';
</script>

README

Video Component

npm version

About

Install

This component is distributed with npm. After installing npm, you can install the vf-video with this command.

$ yarn add --dev @visual-framework/vf-video

The source files included are written in Sass(scss). You can point your Sass include-path at your node_modules directory and import it like this.

@import "@visual-framework/vf-video/index.scss";

Make sure you import Sass requirements along with the modules.