joplin/Clipper/joplin-webclipper/content_scripts/vendor.js

3 lines
187 B
JavaScript

// 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;