3.2.1 • Published 3 years ago

overleia v3.2.1

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

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

Typedefs

PipLib(params, directory)

Kind: global function

ParamTypeDescription
paramsOverleiaInput
directoryStringmaximum 1 slash

ViewInput : object

Kind: global typedef
Properties

NameTypeDefaultDescription
xNumber
yNumber
heightNumber
widthNumberoptional to maintain ratio
delayNumber0

TemplateInput : object

Kind: global typedef
Properties

NameTypeDescription
heightNumber
widthNumberoptional to maintain ratio
viewsArray.<ViewInput>

OverleiaInput : object

Kind: global typedef
Properties

NameTypeDefaultDescription
inputsArray.<String>file paths
templateTemplateInput
filetypeString"mp4"
verboseBoolean
3.2.1

3 years ago

3.2.0

3 years ago

3.0.4

3 years ago

3.0.5

3 years ago

3.0.0-rc2

3 years ago

3.0.0-rc1

3 years ago

3.0.0-rc3

3 years ago

2.1.2

3 years ago

2.0.3

3 years ago

2.1.1

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.8

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago