From 948bbe30694c09a7d58e669dc654c5b0a41f5cb1 Mon Sep 17 00:00:00 2001 From: Dick Tang Date: Sun, 3 Sep 2023 08:35:35 +0800 Subject: new recipes: poe (#410) --- recipes/poe/webview.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes/poe/webview.js (limited to 'recipes/poe/webview.js') diff --git a/recipes/poe/webview.js b/recipes/poe/webview.js new file mode 100644 index 0000000..1119219 --- /dev/null +++ b/recipes/poe/webview.js @@ -0,0 +1,9 @@ +function _interopRequireDefault(obj) { + return obj && obj.__esModule ? obj : { default: obj }; +} + +const _path = _interopRequireDefault(require('path')); + +module.exports = Ferdium => { + Ferdium.injectCSS(_path.default.join(__dirname, 'service.css')); +}; -- cgit v1.2.3-70-g09d2