Socket
Socket
Sign inDemoInstall

overleia

Package Overview
Dependencies
22
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    overleia

Simplified picture-in-picture library for Node JS


Version published
Weekly downloads
5
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Overleia

Simplified picture-in-picture library for Node JS

npm version codecov XO code style npm downloads

Breaking changes

Dependencies

From 1.x to 2.x we've changed our ffmpeg library from being ecmascript compiled to being wasm compiled. The benefit being better library support and that this is a fully-featured build and that it has better browser support. The caveat is that it requires experimental node flags that you can see from the npm command next:

node --experimental-wasm-threads --experimental-wasm-bulk-memory test/basic.js

Functions

PipLib(params, directory)

Typedefs

ViewInput : object
TemplateInput : object
OverleiaInput : object

PipLib(params, directory)

Kind: global function

ParamTypeDescription
paramsOverleiaInput
directoryStringmaximum 1 slash

ViewInput : object

Kind: global typedef
Properties

NameTypeDefaultDescription
xNumber
yNumber
heightNumber
[width]Numberoptional to maintain ratio
[delay]Number0

TemplateInput : object

Kind: global typedef
Properties

NameTypeDescription
heightNumber
[width]Numberoptional to maintain ratio
viewsArray.<ViewInput>

OverleiaInput : object

Kind: global typedef
Properties

NameTypeDefaultDescription
inputsArray.<String>file paths
templateTemplateInput
[filetype]String"mp4"
verboseBoolean

Keywords

FAQs

Last updated on 24 Jun 2021

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