aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/protondrive/webview.js
blob: aba811fae752872ccf214eb1aa9186a6b19494d5 (plain) (blame)
1
2
3
4
5
6
7
8
const _path = _interopRequireDefault(require('path'));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

module.exports = (Ferdium) => {
  Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
  Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
};