aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/chatwithgpt/webview.js
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-04-25 00:08:42 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-24 23:08:42 +0100
commit95c80a89b911c46bc47cb20e6378a996b210b59b (patch)
treefd6ac876c654e4c1544aae44c7dab96cfc841fda /recipes/chatwithgpt/webview.js
parentadd victorbnl as a contributor for code (#338) [skip ci] (diff)
downloadferdium-recipes-95c80a89b911c46bc47cb20e6378a996b210b59b.tar.gz
ferdium-recipes-95c80a89b911c46bc47cb20e6378a996b210b59b.tar.zst
ferdium-recipes-95c80a89b911c46bc47cb20e6378a996b210b59b.zip
Add Chat with GPT recipe (#334)
Diffstat (limited to 'recipes/chatwithgpt/webview.js')
-rw-r--r--recipes/chatwithgpt/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/chatwithgpt/webview.js b/recipes/chatwithgpt/webview.js
new file mode 100644
index 0000000..56a20b6
--- /dev/null
+++ b/recipes/chatwithgpt/webview.js
@@ -0,0 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9};