Vyacheslav B.

Results 4 comments of Vyacheslav B.

{ type: 'canvas', func: textEditor, text: title, params: params, } you just need to pass another parameter to the object.

No, I don't use this feature. ``` editly({ // fast: true, outPath: './customFabric.gif', // outPath: './customFabric.mp4', clips: [ { duration: 2, layers: [{ type: 'canvas', func: textEditor, text: title, params:...

``` const cv = require('opencv4nodejs') const robot = require('robotjs') const width = 1920; const height = 1080; (async() => { const screenshot = robot.screen.capture(0, 0, width, height); const image =...

``` const cv = require('opencv4nodejs'); const robot = require('robotjs') const width = 1920; const height = 1080; const findWaldo = async () => { // Load images const screenshot =...