1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-02 12:47:41 +02:00
joplin/Clipper/joplin-webclipper/content_scripts/vendor.js

6 lines
260 B
JavaScript
Raw Normal View History

/* eslint-disable no-unused-vars, @typescript-eslint/no-unused-vars */
2018-05-16 15:21:33 +02:00
// 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;