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

3 lines
187 B
JavaScript
Raw Normal View History

2018-05-16 13:21:33 +00:00
// Add here all the external scripts that the content script might need
// and run browserify on it to create vendor.bundle.js
2018-05-16 13:16:14 +00:00
const Readability = require('readability-node').Readability;