From a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 11 May 2023 18:58:07 +0200 Subject: Add MiroTalk recipes (#359) --- pnpm-lock.yaml | 12 + recipes/mirotalk-c2c/icon.svg | 13826 +++++++++++++++++++++++++++++++++ recipes/mirotalk-c2c/index.js | 3 + recipes/mirotalk-c2c/package.json | 12 + recipes/mirotalk-c2c/webview.js | 11 + recipes/mirotalk-p2p/icon.svg | 13826 +++++++++++++++++++++++++++++++++ recipes/mirotalk-p2p/index.js | 3 + recipes/mirotalk-p2p/package.json | 12 + recipes/mirotalk-p2p/webview.js | 11 + recipes/mirotalk-sfu/icon.svg | 13826 +++++++++++++++++++++++++++++++++ recipes/mirotalk-sfu/index.js | 3 + recipes/mirotalk-sfu/package.json | 12 + recipes/mirotalk-sfu/webview.js | 11 + recipes/mirotalk-webrtc/icon.svg | 13826 +++++++++++++++++++++++++++++++++ recipes/mirotalk-webrtc/index.js | 3 + recipes/mirotalk-webrtc/package.json | 12 + recipes/mirotalk-webrtc/webview.js | 11 + 17 files changed, 55420 insertions(+) create mode 100644 recipes/mirotalk-c2c/icon.svg create mode 100644 recipes/mirotalk-c2c/index.js create mode 100644 recipes/mirotalk-c2c/package.json create mode 100644 recipes/mirotalk-c2c/webview.js create mode 100644 recipes/mirotalk-p2p/icon.svg create mode 100644 recipes/mirotalk-p2p/index.js create mode 100644 recipes/mirotalk-p2p/package.json create mode 100644 recipes/mirotalk-p2p/webview.js create mode 100644 recipes/mirotalk-sfu/icon.svg create mode 100644 recipes/mirotalk-sfu/index.js create mode 100644 recipes/mirotalk-sfu/package.json create mode 100644 recipes/mirotalk-sfu/webview.js create mode 100644 recipes/mirotalk-webrtc/icon.svg create mode 100644 recipes/mirotalk-webrtc/index.js create mode 100644 recipes/mirotalk-webrtc/package.json create mode 100644 recipes/mirotalk-webrtc/webview.js diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2f4f90f..7e71736 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -487,6 +487,18 @@ importers: recipes/mewe: specifiers: {} + recipes/mirotalk-c2c: + specifiers: {} + + recipes/mirotalk-p2p: + specifiers: {} + + recipes/mirotalk-sfu: + specifiers: {} + + recipes/mirotalk-webrtc: + specifiers: {} + recipes/misskey: specifiers: {} diff --git a/recipes/mirotalk-c2c/icon.svg b/recipes/mirotalk-c2c/icon.svg new file mode 100644 index 0000000..4ffee6c --- /dev/null +++ b/recipes/mirotalk-c2c/icon.svg @@ -0,0 +1,13826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/recipes/mirotalk-c2c/index.js b/recipes/mirotalk-c2c/index.js new file mode 100644 index 0000000..3b384eb --- /dev/null +++ b/recipes/mirotalk-c2c/index.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Ferdium => Ferdium; diff --git a/recipes/mirotalk-c2c/package.json b/recipes/mirotalk-c2c/package.json new file mode 100644 index 0000000..4ca77fc --- /dev/null +++ b/recipes/mirotalk-c2c/package.json @@ -0,0 +1,12 @@ +{ + "id": "mirotalk-c2c", + "name": "MiroTalk C2C", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://c2c.mirotalk.com", + "hasCustomUrl": true, + "hasHostedOption": true, + "hasNotificationSound": true + } +} diff --git a/recipes/mirotalk-c2c/webview.js b/recipes/mirotalk-c2c/webview.js new file mode 100644 index 0000000..b8f2d0a --- /dev/null +++ b/recipes/mirotalk-c2c/webview.js @@ -0,0 +1,11 @@ +"use strict"; + +const _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +module.exports = Ferdium => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; diff --git a/recipes/mirotalk-p2p/icon.svg b/recipes/mirotalk-p2p/icon.svg new file mode 100644 index 0000000..4ffee6c --- /dev/null +++ b/recipes/mirotalk-p2p/icon.svg @@ -0,0 +1,13826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/recipes/mirotalk-p2p/index.js b/recipes/mirotalk-p2p/index.js new file mode 100644 index 0000000..3b384eb --- /dev/null +++ b/recipes/mirotalk-p2p/index.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Ferdium => Ferdium; diff --git a/recipes/mirotalk-p2p/package.json b/recipes/mirotalk-p2p/package.json new file mode 100644 index 0000000..249fdca --- /dev/null +++ b/recipes/mirotalk-p2p/package.json @@ -0,0 +1,12 @@ +{ + "id": "mirotalk-p2p", + "name": "MiroTalk P2P", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://p2p.mirotalk.com", + "hasCustomUrl": true, + "hasHostedOption": true, + "hasNotificationSound": true + } +} diff --git a/recipes/mirotalk-p2p/webview.js b/recipes/mirotalk-p2p/webview.js new file mode 100644 index 0000000..b8f2d0a --- /dev/null +++ b/recipes/mirotalk-p2p/webview.js @@ -0,0 +1,11 @@ +"use strict"; + +const _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +module.exports = Ferdium => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; diff --git a/recipes/mirotalk-sfu/icon.svg b/recipes/mirotalk-sfu/icon.svg new file mode 100644 index 0000000..4ffee6c --- /dev/null +++ b/recipes/mirotalk-sfu/icon.svg @@ -0,0 +1,13826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/recipes/mirotalk-sfu/index.js b/recipes/mirotalk-sfu/index.js new file mode 100644 index 0000000..3b384eb --- /dev/null +++ b/recipes/mirotalk-sfu/index.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Ferdium => Ferdium; diff --git a/recipes/mirotalk-sfu/package.json b/recipes/mirotalk-sfu/package.json new file mode 100644 index 0000000..8a94f66 --- /dev/null +++ b/recipes/mirotalk-sfu/package.json @@ -0,0 +1,12 @@ +{ + "id": "mirotalk-sfu", + "name": "MiroTalk SFU", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://sfu.mirotalk.com", + "hasCustomUrl": true, + "hasHostedOption": true, + "hasNotificationSound": true + } +} diff --git a/recipes/mirotalk-sfu/webview.js b/recipes/mirotalk-sfu/webview.js new file mode 100644 index 0000000..b8f2d0a --- /dev/null +++ b/recipes/mirotalk-sfu/webview.js @@ -0,0 +1,11 @@ +"use strict"; + +const _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +module.exports = Ferdium => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; diff --git a/recipes/mirotalk-webrtc/icon.svg b/recipes/mirotalk-webrtc/icon.svg new file mode 100644 index 0000000..4ffee6c --- /dev/null +++ b/recipes/mirotalk-webrtc/icon.svg @@ -0,0 +1,13826 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/recipes/mirotalk-webrtc/index.js b/recipes/mirotalk-webrtc/index.js new file mode 100644 index 0000000..3b384eb --- /dev/null +++ b/recipes/mirotalk-webrtc/index.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Ferdium => Ferdium; diff --git a/recipes/mirotalk-webrtc/package.json b/recipes/mirotalk-webrtc/package.json new file mode 100644 index 0000000..22a7f52 --- /dev/null +++ b/recipes/mirotalk-webrtc/package.json @@ -0,0 +1,12 @@ +{ + "id": "mirotalk-webrtc", + "name": "MiroTalk WebRTC", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://webrtc.mirotalk.com", + "hasCustomUrl": true, + "hasHostedOption": true, + "hasNotificationSound": true + } +} diff --git a/recipes/mirotalk-webrtc/webview.js b/recipes/mirotalk-webrtc/webview.js new file mode 100644 index 0000000..b8f2d0a --- /dev/null +++ b/recipes/mirotalk-webrtc/webview.js @@ -0,0 +1,11 @@ +"use strict"; + +const _path = _interopRequireDefault(require('path')); + +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +module.exports = Ferdium => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; -- cgit v1.2.3-54-g00ecf