Socket
Socket
Sign inDemoInstall

ozone-api-edit-video

Package Overview
Dependencies
61
Maintainers
5
Versions
159
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ozone-api-edit-video

Ozone API to save a edited video


Version published
Weekly downloads
145
increased by1712.5%
Maintainers
5
Install size
10.5 MB
Created
Weekly downloads
 

Readme

Source

NPM version

ozone-api-edit-video

TypeScript module to save selected video chunks.

install

npm install ozone-api-edit-video

Usage

import {OzoneApiEditVideo} from 'ozone-api-edit-video'
const ozoneApiEditVideo =  new OzoneApiEditVideo();

// TODO get originalVideo from ozone-api-item
// TODO get selectedChunks from ozone-video-player

ozoneApiEditVideo
.createSubVideo(originalVideo, selectedChunks)
.then((video) => {
   console.log('new video created with id', video.id)
});

Keywords

FAQs

Last updated on 14 Oct 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc