aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mirotalk-bro/webview.js
diff options
context:
space:
mode:
authorLibravatar Miroslav Pejic <miroslav.pejic.85@gmail.com>2023-06-05 01:40:25 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-05 05:10:25 +0530
commit3fc7435c2d80f810352666b2edcaadb4f90a2ee6 (patch)
tree6a372e1ad2ee150b48e28114ee7893226f272cb5 /recipes/mirotalk-bro/webview.js
parentBump up version of 'tj-actions/changed-files' (diff)
downloadferdium-recipes-3fc7435c2d80f810352666b2edcaadb4f90a2ee6.tar.gz
ferdium-recipes-3fc7435c2d80f810352666b2edcaadb4f90a2ee6.tar.zst
ferdium-recipes-3fc7435c2d80f810352666b2edcaadb4f90a2ee6.zip
Add mirotalk-bro recipe (#379)
Diffstat (limited to 'recipes/mirotalk-bro/webview.js')
-rw-r--r--recipes/mirotalk-bro/webview.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/mirotalk-bro/webview.js b/recipes/mirotalk-bro/webview.js
new file mode 100644
index 0000000..b8f2d0a
--- /dev/null
+++ b/recipes/mirotalk-bro/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};