jeroentvb opened this issue 5 years ago · 0 comments
Exports aren't working properly. One needs to import like this:
const scrape = require('wind-scrape').default
But it should be like this:
const scrape = require('wind-scrape')