1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/Clipper/joplin-webclipper/content_scripts/vendor.js
2018-05-16 14:21:33 +01:00

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;