From da9daa2841915042938fa5676925593d91fe01af Mon Sep 17 00:00:00 2001 From: Utkarsh Verma Date: Mon, 9 May 2022 11:11:43 +0530 Subject: [PATCH] CDN --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9421d10..f480292 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Client-side video frames extraction as base64 encoded images. **[Demo](https://n3r4zzurr0.in/video-frames/demo/) / [CodePen](https://codepen.io/n3r4zzurr0/pen/abqOXpQ?editors=1010)** -Works in the browser with [browserify](http://browserify.org/)! +
:warning: Doesn't work in Safari on iOS @@ -22,11 +22,26 @@ From [Apple Developer Documentation](https://developer.apple.com/documentation/w > The image object can be an `img` element, a `canvas` element, or a `video` element. **Use of the `video` element is not supported in Safari on iOS**, however. -## Install +## Installation + +**npm** + ``` npm install video-frames ``` +**CDN** + +```html + +``` + +or + +```html + +``` + ## Usage ```js const videoFrames = require('video-frames');