aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-drive/webview.js
blob: c27c2269a689e7f5b212727aa6a624cec1a5d315 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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'));
  Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
};