aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mirotalk-webrtc/webview.js
diff options
context:
space:
mode:
authorLibravatar Miroslav Pejic <miroslav.pejic.85@gmail.com>2023-05-11 18:58:07 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-11 18:58:07 +0200
commita33eb5de7f7c78f9fb088c97c96cae4ce245ce8c (patch)
tree3f43f1a0674aea83640382fc0a8862b3537481f0 /recipes/mirotalk-webrtc/webview.js
parentDo not use pnpx in lint and lint:fix (#357) (diff)
downloadferdium-recipes-a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c.tar.gz
ferdium-recipes-a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c.tar.zst
ferdium-recipes-a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c.zip
Add MiroTalk recipes (#359)
Diffstat (limited to 'recipes/mirotalk-webrtc/webview.js')
-rw-r--r--recipes/mirotalk-webrtc/webview.js11
1 files changed, 11 insertions, 0 deletions
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 @@
1"use strict";
2
3const _path = _interopRequireDefault(require('path'));
4
5function _interopRequireDefault(obj) {
6 return obj && obj.__esModule ? obj : { default: obj };
7}
8
9module.exports = Ferdium => {
10 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
11};