diff --git a/README.md b/README.md index f480292..46e8b10 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,24 @@ -[travis-image]: https://img.shields.io/travis/n3r4zzurr0/video-frames/main.svg -[travis-url]: https://app.travis-ci.com/github/n3r4zzurr0/video-frames +[circleci-image]: https://circleci.com/gh/n3r4zzurr0/video-frames.svg?style=shield +[circleci-url]: https://circleci.com/gh/n3r4zzurr0/video-frames [npm-image]: https://img.shields.io/npm/v/video-frames.svg [npm-url]: https://npmjs.org/package/video-frames [size-image]: https://img.shields.io/bundlephobia/minzip/video-frames@latest [size-url]: https://bundlephobia.com/result?p=video-frames@latest +[vulnerabilities-image]: https://snyk.io/test/npm/video-frames/badge.svg +[vulnerabilities-url]: https://snyk.io/test/npm/video-frames [standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg [standard-url]: https://standardjs.com +[license-image]: https://img.shields.io/github/license/n3r4zzurr0/video-frames.svg +[license-url]: https://github.com/n3r4zzurr0/video-frames/blob/main/LICENSE # video-frames -[![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![size][size-image]][size-url] [![javascript style guide][standard-image]][standard-url] +[![circleci][circleci-image]][circleci-url] [![npm][npm-image]][npm-url] [![size][size-image]][size-url] [![known vulnerabilities][vulnerabilities-image]][vulnerabilities-url] [![javascript style guide][standard-image]][standard-url] [![license][license-image]][license-url] 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)** -
+
:warning: Doesn't work in Safari on iOS @@ -22,6 +26,8 @@ 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. +
+ ## Installation **npm** @@ -164,4 +170,4 @@ If a valid value for `offsets` is set, `startTime`, `endTime`, and `count` are * ## License -MIT © [Utkarsh Verma](https://github.com/n3r4zzurr0) \ No newline at end of file +MIT © [Utkarsh Verma](https://github.com/n3r4zzurr0) diff --git a/package-lock.json b/package-lock.json index 099dde9..263a0f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "video-frames", - "version": "0.1.1", + "version": "1.0.16", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "video-frames", - "version": "0.1.1", + "version": "1.0.16", "license": "MIT", "devDependencies": { "standard": "^17.0.0" diff --git a/package.json b/package.json index 0479113..9374fe1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "video-frames", - "version": "1.0.15", + "version": "1.0.16", "private": false, "description": "Client-side video frames extraction as base64 encoded images", "author": "Utkarsh Verma",