uploadcare-gif2video

1.1.0 • Public • Published

uploadcare-gif2video

Convert img with GIF to video.

Install

npm install uploadcare-gif2video --save

Usage

import gif2video from 'uploadcare-gi2video'
 
const video = gif2video({src: 'https://ucarecdn.com/af0136cc-c60a-49a3-a10f-f9319f0ce7e1/'})

video now contain follow object,

video = {
  tagName: 'video',
  attributes: {
    'autoplay': true,
    'loop': true,
    'muted': true,
    'webkit-playsinline': true,
    'playsinline': true,
  },
  children: [
    {
      tagName: 'source',
      attributes: {
        src: 'https://ucarecdn.com/af0136cc-c60a-49a3-a10f-f9319f0ce7e1/gif2video/-/format/webm/',
        type: 'video/webm'
      }
    },
    {
      tagName: 'source',
      attributes: {
        src: 'https://ucarecdn.com/af0136cc-c60a-49a3-a10f-f9319f0ce7e1/gif2video/-/format/mp4/',
        type: 'video/mp4'
      }
    },
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i uploadcare-gif2video

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • eadidenko
  • rsedykh
  • uploadcare-user
  • nd0ut