aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mirotalk-sfu/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mirotalk-sfu/webview.js')
-rw-r--r--recipes/mirotalk-sfu/webview.js11
1 files changed, 11 insertions, 0 deletions
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 @@
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};