1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-27 10:32:58 +02:00
joplin/Clipper/joplin-webclipper/content_scripts/vendor.js

6 lines
260 B
JavaScript

/* eslint-disable no-unused-vars, @typescript-eslint/no-unused-vars */
// Add here all the external scripts that the content script might need
// and run browserify on it to create vendor.bundle.js
const Readability = require('readability-node').Readability;