imagekit-developer / imagekit-vuejs

Vue.js SDK for ImageKit.io
https://imagekit.io
MIT License
35 stars 22 forks source link

Video support? #49

Closed imagekitio closed 10 months ago

ankur-dwivedi commented 10 months ago

Utilize the IKVideo component available in version 2.0.1. For detailed information on the IKVideo component, please visit the GitHub repository. Below is an example code snippet:

<IKContext urlEndpoint="https://ik.imagekit.io/demo/your_imagekit_id">
  <IKVideo path="/sample-video.mp4"/>
</IKContext>